diff options
author | adamw <adamw@FreeBSD.org> | 2013-10-06 04:56:22 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-10-06 04:56:22 +0800 |
commit | 03c6babc9d8a64594f9d7a4d7a537f2a6060710e (patch) | |
tree | df794f2ce0fa111865a40adf18dfc7e1a9b5f199 /mail | |
parent | 976bea5f999bb1ec55cf3d93fb0b6c5314bd1bdc (diff) | |
download | freebsd-ports-gnome-03c6babc9d8a64594f9d7a4d7a537f2a6060710e.tar.gz freebsd-ports-gnome-03c6babc9d8a64594f9d7a4d7a537f2a6060710e.tar.zst freebsd-ports-gnome-03c6babc9d8a64594f9d7a4d7a537f2a6060710e.zip |
Stage support
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-translations/Makefile | 5 |
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> |