diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-10-05 20:56:22 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-10-05 20:56:22 +0000 |
commit | 9e3678067d9fa62e8f4d7b7aebe88eb30b4c13a1 (patch) | |
tree | df794f2ce0fa111865a40adf18dfc7e1a9b5f199 /mail | |
parent | 2006f24e6f8869c27d4d9b9ca684b43aab0622fb (diff) | |
download | ports-9e3678067d9fa62e8f4d7b7aebe88eb30b4c13a1.tar.gz ports-9e3678067d9fa62e8f4d7b7aebe88eb30b4c13a1.zip |
Notes
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> |