svn commit: r329503 - head/mail/squirrelmail-translations
Adam Weinberger
adamw at FreeBSD.org
Sat Oct 5 20:56:23 UTC 2013
Author: adamw
Date: Sat Oct 5 20:56:22 2013
New Revision: 329503
URL: http://svnweb.freebsd.org/changeset/ports/329503
Log:
Stage support
Modified:
head/mail/squirrelmail-translations/Makefile
Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile Sat Oct 5 20:44:50 2013 (r329502)
+++ head/mail/squirrelmail-translations/Makefile Sat Oct 5 20:56:22 2013 (r329503)
@@ -24,15 +24,14 @@ NO_BUILD= yes
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
-NO_STAGE= yes
post-patch:
# The en_US help files are included with the main tarball
@${RM} -r ${WRKSRC}/help/en_US
do-install:
- ${MKDIR} ${SQUIRRELDIR}
+ ${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
.for DIR in help images locale
- cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${SQUIRRELDIR}
+ cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
.endfor
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list