diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 16:55:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 16:55:18 +0800 |
commit | 15e8f44e93386e73b7920c411e020aa5c97cf0e2 (patch) | |
tree | 5cbd9cdc869980cb6fb48282bbd893afeffbccc5 /ports-mgmt | |
parent | 8146897ffbf62e788c7efb927530b646e5f069c7 (diff) | |
download | freebsd-ports-gnome-15e8f44e93386e73b7920c411e020aa5c97cf0e2.tar.gz freebsd-ports-gnome-15e8f44e93386e73b7920c411e020aa5c97cf0e2.tar.zst freebsd-ports-gnome-15e8f44e93386e73b7920c411e020aa5c97cf0e2.zip |
Support staging
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-rmleaf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg-rmleaf/Makefile b/ports-mgmt/pkg-rmleaf/Makefile index 456cf660c341..ed4419a1e070 100644 --- a/ports-mgmt/pkg-rmleaf/Makefile +++ b/ports-mgmt/pkg-rmleaf/Makefile @@ -19,12 +19,12 @@ WRKSRC= ${WRKDIR} PLIST_FILES= sbin/pkg-rmleaf -NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf ${PREFIX}/sbin/pkg-rmleaf + ${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \ + ${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf .include <bsd.port.mk> |