aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-04-25 01:36:22 +0800
committeradamw <adamw@FreeBSD.org>2014-04-25 01:36:22 +0800
commit9bbe2851b775bcfb1f6c04b7a44d8185adae036b (patch)
tree2e2791a8ed829706fcedd4369893b181c5f7b587 /mail
parent723293f414f9ed7af1b57ebe780f28668284af0e (diff)
downloadfreebsd-ports-gnome-9bbe2851b775bcfb1f6c04b7a44d8185adae036b.tar.gz
freebsd-ports-gnome-9bbe2851b775bcfb1f6c04b7a44d8185adae036b.tar.zst
freebsd-ports-gnome-9bbe2851b775bcfb1f6c04b7a44d8185adae036b.zip
Somehow I committed the update to distinfo without committing the
update to the Makefile. Properly update the port to 2014/04/20. Also, use COPYTREE_SHARE to improve resulting permissions.
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-translations/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile
index 5fa33bfec78b..ae8f08ce83f6 100644
--- a/mail/squirrelmail-translations/Makefile
+++ b/mail/squirrelmail-translations/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= squirrelmail-translations
-PORTVERSION= 20131229
+PORTVERSION= 20140420
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= adamw/squirrelmail
@@ -16,7 +16,7 @@ LICENSE= GPLv2
RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
-USE_BZIP2= yes
+USES= tar:bzip2 gettext
WRKSRC= ${WRKDIR}/squirrelmail.locales
@@ -29,9 +29,9 @@ do-build:
@${RM} -r ${WRKSRC}/help/en_US
do-install:
- ${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
+ @${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
.for DIR in help images locale
- cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${SQUIRRELDIR})
.endfor
.include <bsd.port.mk>