diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-05-23 10:26:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-05-23 10:26:56 +0800 |
commit | f31e3bcdc54e35d346bd0fbcd2ee8a9a955987de (patch) | |
tree | e6d62272c384cc506af6763c1122b08933f8dab4 /comms | |
parent | 7adc034860a3bdba1971990b28d7d8e92dce2df0 (diff) | |
download | freebsd-ports-gnome-f31e3bcdc54e35d346bd0fbcd2ee8a9a955987de.tar.gz freebsd-ports-gnome-f31e3bcdc54e35d346bd0fbcd2ee8a9a955987de.tar.zst freebsd-ports-gnome-f31e3bcdc54e35d346bd0fbcd2ee8a9a955987de.zip |
Stageify.
Approved by: portmgr@
Diffstat (limited to 'comms')
-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> |