aboutsummaryrefslogtreecommitdiffstats
path: root/misc/sloccount/Makefile
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2009-09-13 21:06:43 +0800
committeraraujo <araujo@FreeBSD.org>2009-09-13 21:06:43 +0800
commitf45f5c9bbbf21ebe2aaa5b604b54c56d5d1675ec (patch)
tree665250ae555580152736587f7f6a54aaaf4613e3 /misc/sloccount/Makefile
parent53badb5acfd8eb277adf3adf13ed77d5ec54b287 (diff)
downloadfreebsd-ports-gnome-f45f5c9bbbf21ebe2aaa5b604b54c56d5d1675ec.tar.gz
freebsd-ports-gnome-f45f5c9bbbf21ebe2aaa5b604b54c56d5d1675ec.tar.zst
freebsd-ports-gnome-f45f5c9bbbf21ebe2aaa5b604b54c56d5d1675ec.zip
- Update to 2.26.
PR: ports/138314 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (more than 2 weeks)
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