From ccd24e24ed1093d42a46f8dd57ca3e514297339f Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Wed, 6 Jan 2016 18:03:51 +0000 Subject: - Remove x-generate-plist target using deprecated @dirrm, our make makeplist generates proper plists now - Add NO_ARCH --- mail/roundcube-mvision2/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'mail/roundcube-mvision2/Makefile') diff --git a/mail/roundcube-mvision2/Makefile b/mail/roundcube-mvision2/Makefile index dfd4ee18acf5..7a9327abaf5a 100644 --- a/mail/roundcube-mvision2/Makefile +++ b/mail/roundcube-mvision2/Makefile @@ -15,20 +15,12 @@ COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube NO_BUILD= yes +NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/mvision2_en SUB_FILES= pkg-message -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKDIR}/mvision2_en; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKDIR}/mvision2_en && ${PAX} -r -w . \ -- cgit v1.2.3