aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-mvision2/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-01-06 18:03:51 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-01-06 18:03:51 +0000
commitccd24e24ed1093d42a46f8dd57ca3e514297339f (patch)
tree830876558d8b075d9b06868e5d12297133df2c23 /mail/roundcube-mvision2/Makefile
parent922f268a16a1b0b822c4e5e5a57631f842bb0e5e (diff)
downloadports-ccd24e24ed1093d42a46f8dd57ca3e514297339f.tar.gz
ports-ccd24e24ed1093d42a46f8dd57ca3e514297339f.zip
- Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now - Add NO_ARCH
Notes
Notes: svn path=/head/; revision=405381
Diffstat (limited to 'mail/roundcube-mvision2/Makefile')
-rw-r--r--mail/roundcube-mvision2/Makefile10
1 files changed, 1 insertions, 9 deletions
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 . \