1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Don't strip binaries when WITH_DEBUG is set

- Bump PORTREVISION

Suggested by:	jbeich
This commit is contained in:
Lars Engels 2015-10-20 19:27:03 +00:00
parent 3f6b173a3b
commit c76fdc3272
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399874

View File

@ -3,6 +3,7 @@
PORTNAME= aircrack-ng
DISTVERSION= 1.2-rc2
PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://download.aircrack-ng.org/ \
http://bsd-geek.de/FreeBSD/distfiles/
@ -18,7 +19,8 @@ CPE_VERSION= ${DISTVERSION:C/-.*//}
CPE_UPDATE= ${DISTVERSION:C/^[^-]*$//:C/.*-//}
DOS2UNIX_FILES= src/osdep/byteorder.h
MAKE_ARGS= experimental=true libnl=false prefix=${PREFIX}
INSTALL_TARGET= strip install
# Don't call 'strip' target with WITH_DEBUG set
INSTALL_TARGET= ${STRIP:S/-s/strip/} install
USE_OPENSSL= yes
OPTIONS_DEFINE= PCRE SQLITE