summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 14:03:39 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 14:03:39 +0000
commita59cbb2fb7f85825ca5148182fd1aba8bc7bdf3b (patch)
tree090248c55c531d2182debe67a3a680b93dcbfe11
parent5dd48e138971e00567c0a271f858a2a280173da9 (diff)
downloadpkgsrc-a59cbb2fb7f85825ca5148182fd1aba8bc7bdf3b.tar.gz
Fixed a pkglint warning.
-rw-r--r--devel/cpuflags/files/Makefile4
-rw-r--r--devel/gal2/Makefile4
-rw-r--r--devel/gal20/Makefile4
-rw-r--r--devel/gentle/Makefile3
4 files changed, 6 insertions, 9 deletions
diff --git a/devel/cpuflags/files/Makefile b/devel/cpuflags/files/Makefile
index 15dec8b84c5..abe71966a0a 100644
--- a/devel/cpuflags/files/Makefile
+++ b/devel/cpuflags/files/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 2005/07/21 08:33:13 abs Exp $
+# $Id: Makefile,v 1.4 2005/10/23 14:03:39 rillig Exp $
VERSION=0.89
@@ -30,5 +30,3 @@ dist:
cp Makefile *.* out/cpuflags-${VERSION}
(cd out;pax -w cpuflags-${VERSION} | bzip2 -9 > cpuflags-${VERSION}.tbz)
rm -rf out/cpuflags-${VERSION}
-
-
diff --git a/devel/gal2/Makefile b/devel/gal2/Makefile
index c595a2b366f..121979fe0ee 100644
--- a/devel/gal2/Makefile
+++ b/devel/gal2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/08/10 20:56:14 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2005/10/23 14:08:56 rillig Exp $
#
# Check the API before updating this package! gal-2.5 and above should
# get their own gal26 package!
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= gal-2.4.pc.in
-CONFIGURE_ARGS= --enable-gtk-doc=no
+CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
.include "../../converters/libiconv/buildlink3.mk"
diff --git a/devel/gal20/Makefile b/devel/gal20/Makefile
index 57e2fec227d..0e0db9d45ec 100644
--- a/devel/gal20/Makefile
+++ b/devel/gal20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/10 20:56:14 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/23 14:10:30 rillig Exp $
#
DISTNAME= gal-1.99.11
@@ -18,7 +18,7 @@ BUILD_USES_MSGFMT= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= gal-2.0.pc.in
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-gtk-doc=no
+CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
.include "../../devel/libgnomeui/buildlink3.mk"
diff --git a/devel/gentle/Makefile b/devel/gentle/Makefile
index 841f70c1758..6e0158a5c2c 100644
--- a/devel/gentle/Makefile
+++ b/devel/gentle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:46 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/23 14:11:10 rillig Exp $
#
DISTNAME= gentle-97
@@ -40,4 +40,3 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/examples/README ${PREFIX}/share/examples/gentle
.include "../../mk/bsd.pkg.mk"
-