svn commit: r389926 - head/comms/atslog

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 13:01:23 UTC 2015


Author: amdmi3
Date: Wed Jun 17 13:01:22 2015
New Revision: 389926
URL: https://svnweb.freebsd.org/changeset/ports/389926

Log:
  - Fix shebangs

Modified:
  head/comms/atslog/Makefile

Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile	Wed Jun 17 13:01:09 2015	(r389925)
+++ head/comms/atslog/Makefile	Wed Jun 17 13:01:22 2015	(r389926)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atslog
 PORTVERSION=	2.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	comms
 MASTER_SITES=	BERLIOS
 
@@ -21,7 +21,8 @@ WWWGD_DESC=	Graphic reports
 GNU_CONFIGURE=	yes
 USES=		perl5 shebangfix
 USE_RC_SUBR=	${PORTNAME}d
-SHEBANG_FILES=	include/atslogcleardb.pl.in include/atslogdb.pl.in
+SHEBANG_FILES=	data/sql/install-sql.pl \
+		include/atslogcleardb.pl.in include/atslogdb.pl.in
 PORTDOCS=	CHANGES ChangeLog DEINSTALL INSTALL LICENSE TODO UPDATING USAGE
 SUB_FILES=	pkg-message
 CONFIGS=	${PORTNAME}.conf.default ${PORTNAME}.conf.default.rus


More information about the svn-ports-all mailing list