pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash pkglint fixes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54649762c18c
branches:  trunk
changeset: 520485:54649762c18c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 22 11:19:24 2006 +0000

description:
pkglint fixes.

diffstat:

 shells/bash/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r eb28317829d3 -r 54649762c18c shells/bash/Makefile
--- a/shells/bash/Makefile      Sun Oct 22 11:18:39 2006 +0000
+++ b/shells/bash/Makefile      Sun Oct 22 11:19:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/10/22 11:18:10 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2006/10/22 11:19:24 wiz Exp $
 
 DISTNAME=      bash-3.2
 CATEGORIES=    shells
@@ -21,11 +21,11 @@
 TEXINFO_REQD=          4.1
 GNU_CONFIGURE=         yes
 MAKE_ENV+=             INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
-CONFIGURE_ARGS=                LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q}
+CONFIGURE_ARGS=                LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q}
 CPPFLAGS+=             -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin\""
 TEST_TARGET=           test
 
-INFO_FILES=            # PLIST
+INFO_FILES=            YES # PLIST
 PKG_SHELL=             bin/bash
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index