aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/autotools/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile
index 4a8e559b5dae..81f663277ac3 100644
--- a/devel/autotools/Makefile
+++ b/devel/autotools/Makefile
@@ -23,8 +23,7 @@ PLIST_FILES= share/${PORTNAME}
NO_BUILD= yes
NO_FETCH= yes
-NO_STAGE= yes
do-install:
- @${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES}
+ @${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES}
.include <bsd.port.mk>