diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-06 01:54:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-06 01:54:14 +0000 |
commit | b636c46e6074e515f1561d6383f47d1360af2d64 (patch) | |
tree | 54d54b2404d6e43742bbda226c09a465ee058d99 /net/nusoap/Makefile | |
parent | 5cedf37ce6f71c67c66537030d4d706c575550e9 (diff) | |
download | ports-b636c46e6074e515f1561d6383f47d1360af2d64.tar.gz ports-b636c46e6074e515f1561d6383f47d1360af2d64.zip |
Notes
Diffstat (limited to 'net/nusoap/Makefile')
-rw-r--r-- | net/nusoap/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/nusoap/Makefile b/net/nusoap/Makefile index 55126edde728..5e2921091b74 100644 --- a/net/nusoap/Makefile +++ b/net/nusoap/Makefile @@ -14,13 +14,12 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_PHP= curl zlib xml -NO_STAGE= yes .include <bsd.port.pre.mk> do-install: - ${MKDIR} ${DATADIR} - ${CP} ${WRKSRC}/lib/* ${DATADIR} - ${MKDIR} ${EXAMPLESDIR} - ${CP} ${WRKSRC}/samples/* ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.post.mk> |