diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-23 02:26:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-23 02:26:56 +0000 |
commit | 22e43ce7d2b9335d6e1b20e6dae18b496146a216 (patch) | |
tree | e6d62272c384cc506af6763c1122b08933f8dab4 /comms/pyla | |
parent | 1ff4553a181565a9105d60db954655908fd8b398 (diff) |
Notes
Diffstat (limited to 'comms/pyla')
-rw-r--r-- | comms/pyla/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index 975cff290f6c..1970c7f814ac 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -22,7 +22,6 @@ DATADIR= ${PREFIX}/lib/pyla USE_PYTHON= yes PLIST= ${WRKDIR}/pkg-plist -NO_STAGE= yes .include <bsd.port.pre.mk> do-build: @@ -43,9 +42,9 @@ pre-install: ${SED} -e "s:^${WRKSRC}:@dirrm lib/pyla:g" >> ${PLIST} do-install: - @${MKDIR} ${DATADIR} - ${INSTALL} -m755 ${WRKDIR}/pyla.sh ${PREFIX}/bin/pyla + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL} -m755 ${WRKDIR}/pyla.sh ${STAGEDIR}${PREFIX}/bin/pyla ${TAR} -C ${WRKSRC} --exclude CVS -cf - . | \ - ${TAR} -C ${DATADIR} --unlink -xf - + ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - .include <bsd.port.post.mk> |