aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:56:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:56:13 +0000
commit3dd3da49e4f35187df4d0edf279ee27ab2de506f (patch)
treee650776e042272a7c7cdb2402ad397e78054fdc6 /ports-mgmt
parent84acf7ad73f54a47f38ffc2f80bbbfea873a6eab (diff)
downloadports-3dd3da49e4f35187df4d0edf279ee27ab2de506f.tar.gz
ports-3dd3da49e4f35187df4d0edf279ee27ab2de506f.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portsopt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/portsopt/Makefile b/ports-mgmt/portsopt/Makefile
index 4a05a6398d11..1d8b8bd470a7 100644
--- a/ports-mgmt/portsopt/Makefile
+++ b/ports-mgmt/portsopt/Makefile
@@ -13,8 +13,7 @@ NO_BUILD= yes
PLIST_FILES= sbin/portsopt
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
+ ${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>