svn commit: r372652 - head/misc/sloccount
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Nov 16 21:54:15 UTC 2014
Author: amdmi3
Date: Sun Nov 16 21:54:14 2014
New Revision: 372652
URL: https://svnweb.freebsd.org/changeset/ports/372652
QAT: https://qat.redports.org/buildarchive/r372652/
Log:
- Fix shebangs
MFH: 2014Q4
Approved by: portmgr blanket
Modified:
head/misc/sloccount/Makefile
Modified: head/misc/sloccount/Makefile
==============================================================================
--- head/misc/sloccount/Makefile Sun Nov 16 20:08:00 2014 (r372651)
+++ head/misc/sloccount/Makefile Sun Nov 16 21:54:14 2014 (r372652)
@@ -3,13 +3,18 @@
PORTNAME= sloccount
PORTVERSION= 2.26
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/
MAINTAINER= freaky at aagh.net
COMMENT= Counts physical Source Lines of Code (SLOC)
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= asm_count break_filelist cobol_count count_extensions \
+ f90_count fortran_count generic_count get_sloc \
+ get_sloc_details haskell_count lex_count modula3_count \
+ objc_count perl_count print_sum python_count sql_count
MAKEFILE= makefile
INSTALL_TARGET= install_programs install_man
More information about the svn-ports-head
mailing list