svn commit: r365083 - head/net-mgmt/pads

John Marino marino at FreeBSD.org
Sat Aug 16 14:49:17 UTC 2014


Author: marino
Date: Sat Aug 16 14:49:17 2014
New Revision: 365083
URL: http://svnweb.freebsd.org/changeset/ports/365083
QAT: https://qat.redports.org/buildarchive/r365083/

Log:
  net-mgmt/pads: USES=shebangfix

Modified:
  head/net-mgmt/pads/Makefile

Modified: head/net-mgmt/pads/Makefile
==============================================================================
--- head/net-mgmt/pads/Makefile	Sat Aug 16 14:39:58 2014	(r365082)
+++ head/net-mgmt/pads/Makefile	Sat Aug 16 14:49:17 2014	(r365083)
@@ -3,13 +3,15 @@
 
 PORTNAME=	pads
 PORTVERSION=	1.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Passively detect network assets
 
+USES=		shebangfix
+SHEBANG_FILES=	src/pads-report.pl
 CFLAGS+=	-Wno-return-type
 USE_CSTD=	gnu89
 


More information about the svn-ports-all mailing list