summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/beecrypt/Makefile1
-rw-r--r--security/easy-rsa/Makefile1
-rw-r--r--security/libecc/Makefile1
-rw-r--r--security/libscrypt/Makefile1
-rw-r--r--security/libyubikey/Makefile1
-rw-r--r--security/ncrypt/Makefile1
-rw-r--r--security/pam_helper/Makefile1
7 files changed, 0 insertions, 7 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index 191c426aa66a..1ffb40d475b5 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -14,7 +14,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-java
USE_LDCONFIG= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.if defined(WITH_OPENMP)
diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index e72958bf71eb..9bba7eedcdac 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -15,5 +15,4 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/security/libecc/Makefile b/security/libecc/Makefile
index 2dc81014fae6..0417038916fc 100644
--- a/security/libecc/Makefile
+++ b/security/libecc/Makefile
@@ -17,7 +17,6 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include
LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's@endian\.h@sys/&@' ${WRKSRC}/include/libecc/bitset.h
diff --git a/security/libscrypt/Makefile b/security/libscrypt/Makefile
index bf8e5a6383db..96ef27ff86b2 100644
--- a/security/libscrypt/Makefile
+++ b/security/libscrypt/Makefile
@@ -22,7 +22,6 @@ PLIST_FILES+= include/libscrypt.h \
lib/libscrypt.so \
lib/libscrypt.so.0
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/^CC=gcc/d' -e '/CFLAGS=/s,$$, ${CFLAGS},' \
-e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile
index 365181bebf0f..e9e3c1a47aed 100644
--- a/security/libyubikey/Makefile
+++ b/security/libyubikey/Makefile
@@ -29,5 +29,4 @@ MAKE_JOBS_UNSAFE=yes
regression-test: build
@(cd ${WRKSRC}; ${MAKE} check)
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index 78f65eea7b9f..32e6f7946727 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -15,7 +15,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/ncrypt bin/nrm
-NO_STAGE= yes
post-configure:
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
${WRKSRC}/Makefile
diff --git a/security/pam_helper/Makefile b/security/pam_helper/Makefile
index ea5b1537ae83..90719a61f42f 100644
--- a/security/pam_helper/Makefile
+++ b/security/pam_helper/Makefile
@@ -13,5 +13,4 @@ USE_BZIP2= yes
PLIST_FILES= bin/pam_helper
-NO_STAGE= yes
.include <bsd.port.mk>