diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-18 15:59:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-18 15:59:11 +0000 |
commit | f253a1dd09bcf35cb1811ec881875974f8cef732 (patch) | |
tree | c51a6b9dbf8d84fd127c916b6cfa1b74001da173 /mail/roundcube-sieverules | |
parent | 46e99e1fbf2f0e9a05016b0f5080a5a13cc69c84 (diff) | |
download | ports-f253a1dd09bcf35cb1811ec881875974f8cef732.tar.gz ports-f253a1dd09bcf35cb1811ec881875974f8cef732.zip |
Notes
Diffstat (limited to 'mail/roundcube-sieverules')
-rw-r--r-- | mail/roundcube-sieverules/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/roundcube-sieverules/Makefile b/mail/roundcube-sieverules/Makefile index 7c219c32da02..05ae28c32ccb 100644 --- a/mail/roundcube-sieverules/Makefile +++ b/mail/roundcube-sieverules/Makefile @@ -24,15 +24,6 @@ NO_ARCH= yes WWWDIR= ${PREFIX}/www/roundcube/plugins/sieverules -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKSRC}; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} |