From 04c4e8b0544058067d350510809b88772fe1f9e3 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 4 Dec 2006 13:32:42 +0000 Subject: Properly prefix lines in the package list which should be ignored with "@comment " and not "@comment". The later cause a warning like "Ignoring command @commentlib/nspr/cpu/sparcv8plus/libnspr_flt4.so". Bump package revision because of package list fixes. --- devel/nspr/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/nspr') diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 6e0bd028218..77883143d55 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/10/22 15:23:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.18 2006/12/04 13:32:42 tron Exp $ DISTNAME= nspr-4.6.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA:S/mozilla\//nspr\//g:=v4.6.1/src/} @@ -48,7 +48,7 @@ SUN4U_32= . endif .endif -SUN4U_32?= @comment +SUN4U_32?= "@comment " PLIST_SUBST+= SUN4U_32=${SUN4U_32} .if ${OPSYS} == "Darwin" && exists(/Developer/Headers/FlatCarbon) -- cgit v1.2.3