pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells Fixed pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4c397c7380e
branches:  trunk
changeset: 501458:d4c397c7380e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 15:26:30 2005 +0000

description:
Fixed pkglint warning.

diffstat:

 shells/pdksh/Makefile |  6 +++---
 shells/rc/Makefile    |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 53e65b3b64b3 -r d4c397c7380e shells/pdksh/Makefile
--- a/shells/pdksh/Makefile     Sun Oct 23 15:09:30 2005 +0000
+++ b/shells/pdksh/Makefile     Sun Oct 23 15:26:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/09/20 04:23:49 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/10/23 15:26:30 rillig Exp $
 #
 
 DISTNAME=      pdksh-5.2.14
@@ -17,8 +17,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS=        --program-prefix=pd
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --program-prefix=pd
 
 USE_PKGINSTALL=        yes
 PKG_SHELL=     bin/pdksh
diff -r 53e65b3b64b3 -r d4c397c7380e shells/rc/Makefile
--- a/shells/rc/Makefile        Sun Oct 23 15:09:30 2005 +0000
+++ b/shells/rc/Makefile        Sun Oct 23 15:26:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/09/20 04:23:49 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/23 15:27:20 rillig Exp $
 
 DISTNAME=       rc-1.6
 PKGREVISION=   1
@@ -9,8 +9,8 @@
 HOMEPAGE=      http://www.star.le.ac.uk/%7Etjg/rc/
 COMMENT=       Unix incarnation of the plan9 shell
 
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS=        --with-history
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-history
 
 USE_PKGINSTALL=        yes
 PKG_SHELL=     bin/rc



Home | Main Index | Thread Index | Old Index