diff options
Diffstat (limited to 'devel/nss/Makefile')
-rw-r--r-- | devel/nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 4f635b95ad1..ee47b14de70 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/10/22 15:32:47 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/24 08:38:03 abs Exp $ DISTNAME= nss-3.11 CATEGORIES= security @@ -65,7 +65,7 @@ NSS_OBJ_DIR= ${OPSYS}${NSS_SHORT_OS_VERSION}${NSS_MACHINE_ARCH}_glibc_PTH_OPT.OB SUNOS_TRUE?= "@comment " SUNOS_FALSE?= -PLIST_SUBST+= SUNOS_TRUE=${SUNOS_TRUE:Q} +PLIST_SUBST+= SUNOS_TRUE=${SUNOS_TRUE} PLIST_SUBST+= SUNOS_FALSE=${SUNOS_FALSE} NSS_OBJ_DIR?= ${OPSYS}${OS_VERSION}_OPT.OBJ |