pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gentle Fixed a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c69789882bb8
branches:  trunk
changeset: 501449:c69789882bb8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 14:03:39 2005 +0000

description:
Fixed a pkglint warning.

diffstat:

 devel/cpuflags/files/Makefile |  4 +---
 devel/gal2/Makefile           |  4 ++--
 devel/gal20/Makefile          |  4 ++--
 devel/gentle/Makefile         |  3 +--
 4 files changed, 6 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r bda3b4e7674b -r c69789882bb8 devel/cpuflags/files/Makefile
--- a/devel/cpuflags/files/Makefile     Sun Oct 23 14:02:17 2005 +0000
+++ b/devel/cpuflags/files/Makefile     Sun Oct 23 14:03:39 2005 +0000
@@ -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 @@
        cp Makefile *.* out/cpuflags-${VERSION}
        (cd out;pax -w cpuflags-${VERSION} | bzip2 -9 > cpuflags-${VERSION}.tbz)
        rm -rf out/cpuflags-${VERSION}
-
-
diff -r bda3b4e7674b -r c69789882bb8 devel/gal2/Makefile
--- a/devel/gal2/Makefile       Sun Oct 23 14:02:17 2005 +0000
+++ b/devel/gal2/Makefile       Sun Oct 23 14:03:39 2005 +0000
@@ -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 @@
 
 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 -r bda3b4e7674b -r c69789882bb8 devel/gal20/Makefile
--- a/devel/gal20/Makefile      Sun Oct 23 14:02:17 2005 +0000
+++ b/devel/gal20/Makefile      Sun Oct 23 14:03:39 2005 +0000
@@ -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 @@
 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 -r bda3b4e7674b -r c69789882bb8 devel/gentle/Makefile
--- a/devel/gentle/Makefile     Sun Oct 23 14:02:17 2005 +0000
+++ b/devel/gentle/Makefile     Sun Oct 23 14:03:39 2005 +0000
@@ -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 @@
        ${INSTALL_DATA} ${WRKSRC}/examples/README ${PREFIX}/share/examples/gentle
 
 .include "../../mk/bsd.pkg.mk"
-



Home | Main Index | Thread Index | Old Index