summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2013-10-05 20:56:22 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2013-10-05 20:56:22 +0000
commit9e3678067d9fa62e8f4d7b7aebe88eb30b4c13a1 (patch)
treedf794f2ce0fa111865a40adf18dfc7e1a9b5f199 /mail
parentUpdate to 2.4.0 release and stagify. (diff)
Stage support
Notes
Notes: svn path=/head/; revision=329503
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-translations/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile
index 723d10f679c1..50b69d4f05e8 100644
--- a/mail/squirrelmail-translations/Makefile
+++ b/mail/squirrelmail-translations/Makefile
@@ -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>