svn commit: r352033 - head/mail/squirrelmail-translations
Adam Weinberger
adamw at FreeBSD.org
Thu Apr 24 17:36:23 UTC 2014
Author: adamw
Date: Thu Apr 24 17:36:22 2014
New Revision: 352033
URL: http://svnweb.freebsd.org/changeset/ports/352033
QAT: https://qat.redports.org/buildarchive/r352033/
Log:
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.
Modified:
head/mail/squirrelmail-translations/Makefile
Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile Thu Apr 24 17:35:44 2014 (r352032)
+++ head/mail/squirrelmail-translations/Makefile Thu Apr 24 17:36:22 2014 (r352033)
@@ -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>
More information about the svn-ports-all
mailing list