freebsd-ports/net/nakenchat/pkg-plist
John Marino 7836cc81dc net/nakenchat: upgrade from 2.12 to 2.22 and unbreak
Nakenchat has been broken everywhere for some kind of installation issue.
Adding stage support fixes that issue, but let's update to the latest
stable version of 2.22 while here.  A license was also added.  Per a
pending PR, nakenpasswd was removed.  It's now a bash script rather than
a compiled program, but I guess the maintainer thought putting bash as
a run dependency wasn't worth it.  Most of the PR was used, but it
requested an upgrade to a beta version 3.00b.  I'm holding off on that
upgrade pending feedback.

PR:	ports/185440
2014-02-21 15:31:25 +00:00

4 lines
228 B
Text

bin/nakenchat
@unexec if cmp -s %D/etc/nakenchat.conf.sample %D/etc/nakenchat.conf; then rm -f %D/etc/nakenchat.conf; fi
etc/nakenchat.conf.sample
@exec if [ ! -f %D/etc/nakenchat.conf ] ; then cp -p %D/%F %B/nakenchat.conf; fi