diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 04:45:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 04:45:54 +0800 |
commit | fef5e489037d3d7cc350761d13a93d8f52431d5d (patch) | |
tree | 3b03d48910f873f2d3968c0cb558f27fcaa3112a /archivers | |
parent | 5e8b23356a072d2081ccb6503c01f53973a6114e (diff) | |
download | freebsd-ports-gnome-fef5e489037d3d7cc350761d13a93d8f52431d5d.tar.gz freebsd-ports-gnome-fef5e489037d3d7cc350761d13a93d8f52431d5d.tar.zst freebsd-ports-gnome-fef5e489037d3d7cc350761d13a93d8f52431d5d.zip |
Support staging
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deb2targz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index 706afcd3647e..1d2fa0a8a933 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -10,12 +10,11 @@ DISTFILES= # none MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz -NO_STAGE= yes NO_BUILD= yes PLIST_FILES= bin/deb2targz do-install: - ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |