diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 02:42:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 02:42:05 +0000 |
commit | ffcd99370e1891f5fb29f9715c2eb31904144933 (patch) | |
tree | f9ab349645830d53efc62b760215617850bbc7fd /misc | |
parent | e9fc29d7b6b44d58731483f8b762b08c8eb6e227 (diff) | |
download | ports-ffcd99370e1891f5fb29f9715c2eb31904144933.tar.gz ports-ffcd99370e1891f5fb29f9715c2eb31904144933.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cloc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/cloc/Makefile b/misc/cloc/Makefile index 28cc7fe984c6..da7ae1242a92 100644 --- a/misc/cloc/Makefile +++ b/misc/cloc/Makefile @@ -20,8 +20,7 @@ EXTRACT_AFTER_ARGS= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} NO_BUILD= yes -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |