diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-16 14:49:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-16 14:49:17 +0000 |
commit | f495c7d14bc9c844fbd352b9cdbb2794e6b78a36 (patch) | |
tree | 9516883ef79f35f9091f5a9521ca0b9def1bf3d5 /net-mgmt/pads | |
parent | f849b1ec936175aef80c4ed5c4b170a8dc1fc2c8 (diff) | |
download | ports-f495c7d14bc9c844fbd352b9cdbb2794e6b78a36.tar.gz ports-f495c7d14bc9c844fbd352b9cdbb2794e6b78a36.zip |
Notes
Diffstat (limited to 'net-mgmt/pads')
-rw-r--r-- | net-mgmt/pads/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index a8f61cd8db75..bf7dea84736f 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -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@FreeBSD.org COMMENT= Passively detect network assets +USES= shebangfix +SHEBANG_FILES= src/pads-report.pl CFLAGS+= -Wno-return-type USE_CSTD= gnu89 |