diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /sysutils/gather/pkg-plist | |
parent | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (diff) | |
download | ports-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.tar.gz ports-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.zip |
Notes
Diffstat (limited to 'sysutils/gather/pkg-plist')
-rw-r--r-- | sysutils/gather/pkg-plist | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/gather/pkg-plist b/sysutils/gather/pkg-plist index be663e9e50ee..00fca1cfe353 100644 --- a/sysutils/gather/pkg-plist +++ b/sysutils/gather/pkg-plist @@ -6,10 +6,6 @@ man/man1/gather.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gather.map.linux %%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% %%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@unexec if cmp -s %D/etc/gather/gather.cfg.sample %D/etc/gather/gather.cfg; then rm -f %D/etc/gather/gather.cfg; else echo "If permanently deleting this package, %D/etc/gather/gather.cfg must be removed manually."; fi -etc/gather/gather.cfg.sample -@exec if [ ! -f %D/etc/gather/gather.cfg ]; then cp -p %D/%F %B/gather.cfg; fi -@unexec if cmp -s %D/etc/gather/gather.map.sample %D/etc/gather/gather.map; then rm -f %D/etc/gather/gather.map; else echo "If permanently deleting this package, %D/etc/gather/gather.map must be removed manually."; fi -etc/gather/gather.map.sample -@exec if [ ! -f %D/etc/gather/gather.map ]; then cp -p %D/%F %B/gather.map; fi +@sample etc/gather/gather.cfg.sample +@sample etc/gather/gather.map.sample @dirrmtry etc/gather |