diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 08:55:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 08:55:18 +0000 |
commit | 84acf7ad73f54a47f38ffc2f80bbbfea873a6eab (patch) | |
tree | 5cbd9cdc869980cb6fb48282bbd893afeffbccc5 /ports-mgmt | |
parent | 567f20ee85baf91f18abde1abddf6f96ac2aec50 (diff) |
Notes
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> |