svn commit: r397782 - head/net/xprobe

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 24 22:46:59 UTC 2015


Author: bapt
Date: Thu Sep 24 22:46:58 2015
New Revision: 397782
URL: https://svnweb.freebsd.org/changeset/ports/397782

Log:
  Convert to @sample

Modified:
  head/net/xprobe/pkg-plist

Modified: head/net/xprobe/pkg-plist
==============================================================================
--- head/net/xprobe/pkg-plist	Thu Sep 24 22:46:16 2015	(r397781)
+++ head/net/xprobe/pkg-plist	Thu Sep 24 22:46:58 2015	(r397782)
@@ -1,5 +1,3 @@
 bin/xprobe2
- at unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf %D/%%ETCDIR%%/xprobe2.conf.sample; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi
-%%ETCDIR%%/xprobe2.conf.sample
- at exec if [ ! -f %D/%%ETCDIR%%/xprobe2.conf ]; then cp -p %D/%F %B/xprobe2.conf; fi
+ at sample %%ETCDIR%%/xprobe2.conf.sample
 man/man1/xprobe2.1.gz


More information about the svn-ports-head mailing list