diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 07:41:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 07:41:12 +0000 |
commit | d44e8a64f7b99fd4b2af09721f68358a87ec6d54 (patch) | |
tree | ad64339980f36936dcc50189cadb30ac31d1f1b2 /net-im/convey/Makefile | |
parent | 2ce13a22d9e65193a7b3615cef91f2ac605b293b (diff) | |
download | ports-d44e8a64f7b99fd4b2af09721f68358a87ec6d54.tar.gz ports-d44e8a64f7b99fd4b2af09721f68358a87ec6d54.zip |
Notes
Diffstat (limited to 'net-im/convey/Makefile')
-rw-r--r-- | net-im/convey/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-im/convey/Makefile b/net-im/convey/Makefile index e07f4fab3e33..3dc81ca8c1a1 100644 --- a/net-im/convey/Makefile +++ b/net-im/convey/Makefile @@ -26,12 +26,9 @@ FIND_DIRS= lib SUB_FILES= convey.sh -NO_STAGE= yes -.include <bsd.port.pre.mk> - do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/convey.sh ${PREFIX}/bin/convey - cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type d -exec ${MKDIR} ${DATADIR}/{} \; - cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; + ${INSTALL_SCRIPT} ${WRKDIR}/convey.sh ${STAGEDIR}${PREFIX}/bin/convey + cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} \; + cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \; -.include <bsd.port.post.mk> +.include <bsd.port.mk> |