aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-19 18:21:18 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-19 18:21:18 +0800
commite8f68f8d3f92d8e83641c564c79f1bf5e5420219 (patch)
tree8ab4b888073ca18128b723acb1e16dbdbc03ae13 /devel
parent747f7760b2a64ae8739fc3052ed8412363c784fe (diff)
downloadfreebsd-ports-graphics-e8f68f8d3f92d8e83641c564c79f1bf5e5420219.tar.gz
freebsd-ports-graphics-e8f68f8d3f92d8e83641c564c79f1bf5e5420219.tar.zst
freebsd-ports-graphics-e8f68f8d3f92d8e83641c564c79f1bf5e5420219.zip
Support staging
Diffstat (limited to 'devel')
-rw-r--r--devel/shflags/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/shflags/Makefile b/devel/shflags/Makefile
index e76e7438d00..290a21f03b8 100644
--- a/devel/shflags/Makefile
+++ b/devel/shflags/Makefile
@@ -13,8 +13,7 @@ COMMENT= Command-line flags module for Unix shell scripts
NO_BUILD= yes
PLIST_FILES= lib/shflags
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/src/shflags ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/src/shflags ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>