aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-umich
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-umich
parent922f268a16a1b0b822c4e5e5a57631f842bb0e5e (diff)
downloadports-ccd24e24ed1093d42a46f8dd57ca3e514297339f.tar.gz
ports-ccd24e24ed1093d42a46f8dd57ca3e514297339f.zip
Notes
Diffstat (limited to 'mail/roundcube-umich')
-rw-r--r--mail/roundcube-umich/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/roundcube-umich/Makefile b/mail/roundcube-umich/Makefile
index 9fac89364f95..a197355c4182 100644
--- a/mail/roundcube-umich/Makefile
+++ b/mail/roundcube-umich/Makefile
@@ -13,18 +13,10 @@ 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/umich
-# 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%%," >${.CURDIR}/pkg-plist.tmp ; \
- ${FIND} . -type d | ${SORT} -r | ${SED} \
- -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
- -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
-
post-patch:
${FIND} ${WRKSRC} -type f -name '*.orig' -delete