aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-sieverules
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-01-18 15:59:11 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-01-18 15:59:11 +0000
commitf253a1dd09bcf35cb1811ec881875974f8cef732 (patch)
treec51a6b9dbf8d84fd127c916b6cfa1b74001da173 /mail/roundcube-sieverules
parent46e99e1fbf2f0e9a05016b0f5080a5a13cc69c84 (diff)
downloadports-f253a1dd09bcf35cb1811ec881875974f8cef732.tar.gz
ports-f253a1dd09bcf35cb1811ec881875974f8cef732.zip
Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now. PR: 205971 Submitted by: myself Approved by: maintainer
Notes
Notes: svn path=/head/; revision=406589
Diffstat (limited to 'mail/roundcube-sieverules')
-rw-r--r--mail/roundcube-sieverules/Makefile9
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}