diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-04-20 19:37:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-04-20 19:37:09 +0000 |
commit | aeac7e98399b4beefd15d3e42aece1a0e6b07b14 (patch) | |
tree | f3e6daa28e1da900b9209dbfcae35455e97c7527 /mail/squirrelmail-decode | |
parent | 30beb2b2406b151d3a9ed354a4a690ece85ef048 (diff) | |
download | ports-aeac7e98399b4beefd15d3e42aece1a0e6b07b14.tar.gz ports-aeac7e98399b4beefd15d3e42aece1a0e6b07b14.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-decode')
-rw-r--r-- | mail/squirrelmail-decode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail-decode/Makefile b/mail/squirrelmail-decode/Makefile index 3d08801f0241..1cd776562808 100644 --- a/mail/squirrelmail-decode/Makefile +++ b/mail/squirrelmail-decode/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes DOCSDIR= ${PREFIX}/share/doc/squirrelmail/decode @@ -24,11 +24,11 @@ SQUIRRELDIR?= ${PREFIX}/www/squirrelmail PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" do-install: - ${MKDIR} ${STAGEDIR}${SQUIRRELDIR}/functions/decode + @${MKDIR} ${STAGEDIR}${SQUIRRELDIR}/functions/decode .for DIR in eastasia x-mac cd ${WRKSRC}/${DIR} && ${FIND} . | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}/functions/decode .endfor - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.decode ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |