aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
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>