From f253a1dd09bcf35cb1811ec881875974f8cef732 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Mon, 18 Jan 2016 15:59:11 +0000 Subject: Remove x-generate-plist target using deprecated @dirrm, our make makeplist generates proper plists now. PR: 205971 Submitted by: myself Approved by: maintainer --- mail/roundcube-sieverules/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mail/roundcube-sieverules') 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} -- cgit v1.2.3