summaryrefslogtreecommitdiff
path: root/devel/nss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nss/Makefile')
-rw-r--r--devel/nss/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 15d406a71af..a0dab70c84b 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2013/05/31 12:40:02 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2013/07/20 09:28:11 ryoon Exp $
DISTNAME= nss-${NSS_RELEASE}
-NSS_RELEASE= 3.14.3
-PKGREVISION= 2
+NSS_RELEASE= 3.15.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/./_/g}_RTM/src/}
@@ -11,13 +10,11 @@ HOMEPAGE= http://www.mozilla.org/projects/security/pki/nss/
COMMENT= Libraries to support development of security-enabled applications
LICENSE= mpl-2.0
-CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
-CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
+CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}nss/tests/libpkix/libpkix.sh
+CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}nss/tests/multinit/multinit.sh
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure
-WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla
-
USE_TOOLS+= gmake perl pax pkg-config
.include "../../mk/bsd.prefs.mk"
@@ -26,8 +23,8 @@ USE_TOOLS+= gmake perl pax pkg-config
SUBST_CLASSES+= exec_path
SUBST_STAGE.exec_path= pre-configure
SUBST_MESSAGE.exec_path= Fixing @executable_path
-SUBST_FILES.exec_path= security/nss/lib/freebl/config.mk
-SUBST_FILES.exec_path= security/coreconf/Darwin.mk
+SUBST_FILES.exec_path= nss/lib/freebl/config.mk
+SUBST_FILES.exec_path= coreconf/Darwin.mk
SUBST_SED.exec_path= -e 's,@executable_path,${PREFIX}/lib/nss,g'
.endif
@@ -65,8 +62,7 @@ post-extract:
find ${WRKSRC} -type d | xargs ${CHMOD} 755
do-build:
- cd ${WRKSRC}/security/nss && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
- build_coreconf build_dbm all
+ cd ${WRKSRC}/nss && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} all
INSTALLATION_DIRS= include/nss lib/nss lib/pkgconfig
DIST= ${WRKSRC}/dist