summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authoragc <agc>1998-04-17 09:37:21 +0000
committeragc <agc>1998-04-17 09:37:21 +0000
commit2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /shells/bash2
parentac9957923d47d6c048d6e17210f150a9560a23fa (diff)
downloadpkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 2cc0a70b2ae..52cb96975f4 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:48 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/04/17 09:37:25 agc Exp $
# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp
#
@@ -12,17 +12,12 @@ DISTFILES= bash-2.01.tar.gz bash-doc-2.01.tar.gz
MAINTAINER= ache@FreeBSD.ORG
-BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-
GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
+USE_GTEXINFO= yes
pre-install:
strip ${WRKSRC}/bash
- if [ ! -s ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
post-install:
${CP} /etc/shells /etc/shells.bak