- The `install' target described in Makefile.in included in current distfile always tries to install $(CONFFILE) into $(DESTDIR)$(sysconfdir)/. As the result, every time ${PREFIX}/etc/rskkserv.conf is overwritten. - pkg-plist has an entry `etc/rskkserv.conf'. This means, the file is removed anyway though user modified the configuration. Fix: Apply following patch. This also includes following changes: - Install ${WRKSRC}/doc/rskkserv.conf.sample into ${EXAMPLESDIR} for consistency. - ports/UPDATING is also touched with above change. How-To-Repeat: cp <something> ${PREFIX}/etc/rskkserv.conf cd /usr/ports/japanese/rskkserv make install -> ${PREFIX}/etc/rskkserv.conf will be overwritten... [Edit ${PREFIX}/etc/rskkserv.conf] make deinstall -> ${PREFIX}/etc/rskkserv.conf will be removed...
Responsible Changed From-To: freebsd-ports-bugs->knu Over to maintainer.
State Changed From-To: open->closed Committed, thanks!