... and properly announce the deletion of the configuration files.
Apparently I broke this in 2008 (
cc77d4eec4).
 
                done ;\
        fi
        @$(ECHO) Removing $(PROGRAM) config files
-       -@for i in $(DESTDIR)$(CONFIGS); do \
-               test -f $(CONF_DEST)/$$i && $(ECHO) Removing $$i ;\
+       -@for i in $(CONFIGS); do \
+               test -f $(DESTDIR)$(CONF_DEST)/$$i && $(ECHO) Removing $$i ;\
                $(RM) $(DESTDIR)$(CONF_DEST)/$$i $(DESTDIR)$(CONF_DEST)/$$i~ $(DESTDIR)$(CONF_DEST)/$$i.new ;\
        done
        -@test -d $(DESTDIR)$(CONF_DEST)/templates && $(RM) -r $(DESTDIR)$(CONF_DEST)/templates &&\