aboutsummaryrefslogtreecommitdiff
path: root/sysutils/toshctl
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-13 13:38:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-13 13:38:22 +0000
commit90813b4808354e7a3b3e21fa3ab67f8447c7c656 (patch)
tree774f77728374bbc53d40ff6646270da98616e89c /sysutils/toshctl
parent8a71e8061e6679f7ba2e138ee93a9229403281ee (diff)
downloadports-90813b4808354e7a3b3e21fa3ab67f8447c7c656.tar.gz
ports-90813b4808354e7a3b3e21fa3ab67f8447c7c656.zip
Notes
Diffstat (limited to 'sysutils/toshctl')
-rw-r--r--sysutils/toshctl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/toshctl/Makefile b/sysutils/toshctl/Makefile
index acea3f1d897c..04110e0f2e04 100644
--- a/sysutils/toshctl/Makefile
+++ b/sysutils/toshctl/Makefile
@@ -15,8 +15,7 @@ PLIST_FILES= bin/toshctl
WRKSRC= ${WRKDIR}/toshctl
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>