diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-28 20:28:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-28 20:28:56 +0000 |
commit | 92445eb1ed34e342aa655ca9a0ecbeaa196f188c (patch) | |
tree | a4c045075483013ef7ff6b4650fe322ab49032a2 /x11 | |
parent | 9f11bcdaf1b28969179021f9ab19cb408d2d3f91 (diff) | |
download | pkgsrc-92445eb1ed34e342aa655ca9a0ecbeaa196f188c.tar.gz |
Remove superfluous whitespace.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase2/Makefile | 4 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index d1b384fedc3..fcf4d37cf76 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2002/12/30 20:19:27 tron Exp $ +# $NetBSD: Makefile,v 1.41 2003/03/28 20:37:17 wiz Exp $ DISTNAME= kdebase-2.2.2 PKGREVISION= 1 @@ -92,7 +92,7 @@ post-install: done @# The global desktop template files need to be user-writeable, or - @# else users won't be able to alter them after copying them to + @# else users won't be able to alter them after copying them to @# their local directories. @# ${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/* diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 96282f8ca34..7d0f905e40a 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/03/13 16:06:22 darcy Exp $ +# $NetBSD: Makefile,v 1.21 2003/03/28 20:37:35 wiz Exp $ DISTNAME= kdebase-3.1 CATEGORIES= x11 @@ -112,7 +112,7 @@ post-install: ${PREFIX}/share/doc/kde/HTML/en/kdm @# The global desktop template files need to be user-writeable, or - @# else users won't be able to alter them after copying them to + @# else users won't be able to alter them after copying them to @# their local directories. @# ${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/* diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index ee108420799..2c1c5469ddd 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/03/11 13:10:32 markd Exp $ +# $NetBSD: Makefile,v 1.23 2003/03/28 20:36:56 wiz Exp $ DISTNAME= kdelibs-3.1 CATEGORIES= x11 @@ -137,7 +137,7 @@ post-install: # .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc") -CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g} +CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g} CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g} CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" CONFIGURE_ENV+= CFLAGS="${CFLAGS}" |