aboutsummaryrefslogtreecommitdiff
path: root/misc/sloccount/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-09-13 13:06:43 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-09-13 13:06:43 +0000
commitc935281ea851a3e0efa08f85ebddc515055f4323 (patch)
tree7e87b7b32261b18078409cff7261dbf7b2d9ef1c /misc/sloccount/Makefile
parentcd902d847c1eb1e186f3de50bfbc6e27e17a3760 (diff)
downloadports-c935281ea851a3e0efa08f85ebddc515055f4323.tar.gz
ports-c935281ea851a3e0efa08f85ebddc515055f4323.zip
- Update to 2.26.
PR: ports/138314 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (more than 2 weeks)
Notes
Notes: svn path=/head/; revision=241340
Diffstat (limited to 'misc/sloccount/Makefile')
-rw-r--r--misc/sloccount/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile
index c056e09a380c..5c7bedc50a0b 100644
--- a/misc/sloccount/Makefile
+++ b/misc/sloccount/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= sloccount
-PORTVERSION= 2.22
+PORTVERSION= 2.26
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/
@@ -19,7 +19,10 @@ USE_PERL5= yes
MAKEFILE= makefile
INSTALL_TARGET= install_programs install_man
+PORTDOCS= ChangeLog README TODO sloccount.html
+
MAN1= sloccount.1
+MANCOMPRESSED= yes
post-install:
.for file in lexcount1 c_count java_count php_count
@@ -27,8 +30,8 @@ post-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ChangeLog README TODO sloccount.html
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif