From 9e3678067d9fa62e8f4d7b7aebe88eb30b4c13a1 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 5 Oct 2013 20:56:22 +0000 Subject: [PATCH] Stage support --- mail/squirrelmail-translations/Makefile | 5 ++--- 1 file 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