aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 02:42:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 02:42:05 +0000
commitffcd99370e1891f5fb29f9715c2eb31904144933 (patch)
treef9ab349645830d53efc62b760215617850bbc7fd /misc
parente9fc29d7b6b44d58731483f8b762b08c8eb6e227 (diff)
downloadports-ffcd99370e1891f5fb29f9715c2eb31904144933.tar.gz
ports-ffcd99370e1891f5fb29f9715c2eb31904144933.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342926
Diffstat (limited to 'misc')
-rw-r--r--misc/cloc/Makefile3
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>