aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-translations/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-03-24 19:16:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-03-24 19:16:35 +0000
commit56f1e57768ed8960cb072dd7bd86991f08c7e7a7 (patch)
tree49cdc99519e8b193883942451cf057cf2bead91e /mail/squirrelmail-translations/Makefile
parent157517e24eeaca19564adf15157d0c8487fdcbee (diff)
downloadports-56f1e57768ed8960cb072dd7bd86991f08c7e7a7.tar.gz
ports-56f1e57768ed8960cb072dd7bd86991f08c7e7a7.zip
Update squirrelmail* to 20150324, and clean up permission/owner handling in
the plists. Also, avoid registering plugins during package build. It only makes sense to run the registration on end-user machines, and running it during package building leads to a stagedir violation, as noted in [1]. PR: 198044 [1] Submitted by: amdmi3
Notes
Notes: svn path=/head/; revision=382161
Diffstat (limited to 'mail/squirrelmail-translations/Makefile')
-rw-r--r--mail/squirrelmail-translations/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile
index 76b6a6cb2d32..d630bfd55868 100644
--- a/mail/squirrelmail-translations/Makefile
+++ b/mail/squirrelmail-translations/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= squirrelmail-translations
-PORTVERSION= 20140717
+PORTVERSION= 20150324
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= adamw/squirrelmail
@@ -30,5 +30,6 @@ do-build:
do-install:
@${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} "help images locale" ${STAGEDIR}${SQUIRRELDIR})
+ ${FIND} ${STAGEDIR}${SQUIRRELDIR} -type d -empty -delete
.include <bsd.port.mk>