diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/sloccount | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) | |
download | ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip |
Notes
Diffstat (limited to 'misc/sloccount')
-rw-r--r-- | misc/sloccount/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile index af2eaa213b95..a910118f6e2b 100644 --- a/misc/sloccount/Makefile +++ b/misc/sloccount/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: sloccount -# Date created: May 21, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sloccount PORTVERSION= 2.26 @@ -24,6 +19,7 @@ PORTDOCS= ChangeLog README TODO sloccount.html MAN1= sloccount.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: .for file in lexcount1 c_count java_count php_count @${STRIP_CMD} ${PREFIX}/bin/${file} |