diff options
author | wiz <wiz> | 2003-05-13 11:49:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-13 11:49:50 +0000 |
commit | 19c6c91e59abb0e7f9bdb9821ac70d1d65f4b126 (patch) | |
tree | d0108364143da492f23a2413a797d02ebd289f34 /www/mozilla | |
parent | 80d87972af78106553cef7466a4e1f1145e02620 (diff) | |
download | pkgsrc-19c6c91e59abb0e7f9bdb9821ac70d1d65f4b126.tar.gz |
Use ``"@comment "'' instead of ``@comment\ '', since it's safer against
trailing whitespace cleanups.
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 037c7a5f2e5..ba4227cf917 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2003/05/13 10:23:18 markd Exp $ +# $NetBSD: Makefile.common,v 1.15 2003/05/13 11:49:50 wiz Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -74,7 +74,7 @@ PLIST_SUBST+= SO_SUFFIX=${SO_SUFFIX} .if ${OPSYS} == "SunOS" SUNOSLIB= .else -SUNOSLIB= @comment\ +SUNOSLIB= "@comment " .endif PLIST_SUBST+= SUNOSLIB=${SUNOSLIB} |