diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-10 07:45:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-10 07:45:12 +0000 |
commit | 711fe627836f6d68f6a7f1c975c8c6d8815ccbdf (patch) | |
tree | 304512a8b59bcb7776630b54af7d4b248f6461eb /devel/autotools | |
parent | 5e1d4b8ab0be468196b06255681360216cc65208 (diff) | |
download | ports-711fe627836f6d68f6a7f1c975c8c6d8815ccbdf.tar.gz ports-711fe627836f6d68f6a7f1c975c8c6d8815ccbdf.zip |
Notes
Diffstat (limited to 'devel/autotools')
-rw-r--r-- | devel/autotools/Makefile | 3 |
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> |