svn commit: r375183 - head/security/aimsniff

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 19:09:11 UTC 2014


Author: antoine
Date: Sun Dec 21 19:09:09 2014
New Revision: 375183
URL: https://svnweb.freebsd.org/changeset/ports/375183
QAT: https://qat.redports.org/buildarchive/r375183/

Log:
  Shebangfix

Modified:
  head/security/aimsniff/Makefile

Modified: head/security/aimsniff/Makefile
==============================================================================
--- head/security/aimsniff/Makefile	Sun Dec 21 19:00:43 2014	(r375182)
+++ head/security/aimsniff/Makefile	Sun Dec 21 19:09:09 2014	(r375183)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aimsniff
 PORTVERSION=	0.9d
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/AIM%20Sniff/${PORTVERSION}
 
@@ -22,7 +23,8 @@ SUID_ROOT_DESC=	Install aimsniff with se
 
 PORTDOCS=	README table.struct rc.aimsniff
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	aimSniff.pl
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/aimsniff


More information about the svn-ports-head mailing list