diff options
author | danfe <danfe@FreeBSD.org> | 2016-01-26 01:18:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-01-26 01:18:20 +0800 |
commit | d38b81dbb9b9306c3e0ce1e1f2d22f52564cb325 (patch) | |
tree | 00dbe05756e67f78e4a70c153a54722d0a5bb3b1 /mail | |
parent | 93d59d94ebbfac06d78851b57155954a64da8e48 (diff) | |
download | freebsd-ports-gnome-d38b81dbb9b9306c3e0ce1e1f2d22f52564cb325.tar.gz freebsd-ports-gnome-d38b81dbb9b9306c3e0ce1e1f2d22f52564cb325.tar.zst freebsd-ports-gnome-d38b81dbb9b9306c3e0ce1e1f2d22f52564cb325.zip |
- Convert manual handling of *-default files in ${ETCDIR} to @sample since
it supports custom suffixes as of r397963
- Bump port revision (due to the change above and the earlier r407194)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qsheff/Makefile | 2 | ||||
-rw-r--r-- | mail/qsheff/pkg-plist | 15 |
2 files changed, 5 insertions, 12 deletions
diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 198cb84240d4..377324b5216c 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -3,7 +3,7 @@ PORTNAME= qsheff-II DISTVERSION= 2.1-r3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ SF/qsheff/qsheff/II-${DISTVERSION} diff --git a/mail/qsheff/pkg-plist b/mail/qsheff/pkg-plist index 387a01fc8b9e..7621d1a580b4 100644 --- a/mail/qsheff/pkg-plist +++ b/mail/qsheff/pkg-plist @@ -1,15 +1,8 @@ bin/qsheff -@unexec if cmp -s %D/%%ETCDIR%%/qsheff.attach %D/%%ETCDIR%%/qsheff.attach-default; then rm -f %D/%%ETCDIR%%/qsheff.attach; fi -%%ETCDIR%%/qsheff.attach-default -@exec [ -f %B/qsheff.attach ] || cp %B/%f %B/qsheff.attach -@unexec if cmp -s %D/%%ETCDIR%%/qsheff.conf %D/%%ETCDIR%%/qsheff.conf-default; then rm -f %D/%%ETCDIR%%/qsheff.conf; fi -%%ETCDIR%%/qsheff.conf-default -@unexec if cmp -s %D/%%ETCDIR%%/qsheff.rules %D/%%ETCDIR%%/qsheff.rules-default; then rm -f %D/%%ETCDIR%%/qsheff.rules; fi -%%ETCDIR%%/qsheff.rules-default -@exec [ -f %B/qsheff.rules ] || cp %B/%f %B/qsheff.rules -@unexec if cmp -s %D/%%ETCDIR%%/qsheff.ignore %D/%%ETCDIR%%/qsheff.ignore-default; then rm -f %D/%%ETCDIR%%/qsheff.ignore; fi -%%ETCDIR%%/qsheff.ignore-default -@exec [ -f %B/qsheff.ignore ] || cp %B/%f %B/qsheff.ignore +@sample %%ETCDIR%%/qsheff.attach-default %%ETCDIR%%/qsheff.attach +@sample %%ETCDIR%%/qsheff.conf-default %%ETCDIR%%/qsheff.conf +@sample %%ETCDIR%%/qsheff.ignore-default %%ETCDIR%%/qsheff.ignore +@sample %%ETCDIR%%/qsheff.rules-default %%ETCDIR%%/qsheff.rules %%ETCDIR%%/install-wrapper.sh %%ETCDIR%%/uninstall-wrapper.sh %%PORTDOCS%%%%DOCSDIR%%/README |