aboutsummaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-02-07 15:28:25 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-02-07 15:28:25 +0000
commit54d9c97d42d749ef4d0b53232d5100a03c286c06 (patch)
tree1165d9e8c36ca20194f9cd28f1685b3f4e5439d4 /security/nss
parentf7f908ae70988989a18c39a14ec067e28a8bfae6 (diff)
downloadports-54d9c97d42d749ef4d0b53232d5100a03c286c06.tar.gz
ports-54d9c97d42d749ef4d0b53232d5100a03c286c06.zip
Remove special setting of USE_LDCONFIG as now it installs lib to common path
While here: - Pet portlint more - Remove MAKE_JOBS_UNSAFE as it builds fine Submitted by: tobik, sunpoet
Notes
Notes: svn path=/head/; revision=525490
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 817c94e6dac7..140cbae930ba 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nss
PORTVERSION= 3.49.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
@@ -17,11 +17,11 @@ LIB_DEPENDS= libnspr4.so:devel/nspr \
libsqlite3.so:databases/sqlite3
TEST_DEPENDS= bash:shells/bash
+USES= cpe gmake perl5
+
WRKSRC_SUBDIR= nss
-MAKE_JOBS_UNSAFE= yes
-USE_LDCONFIG= ${PREFIX}/lib/nss
-USES= cpe gmake perl5
+USE_LDCONFIG= yes
CPE_VENDOR= mozilla
CPE_PRODUCT= network_security_services
USE_PERL5= build