summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-04-17 09:37:21 +0000
committeragc <agc>1998-04-17 09:37:21 +0000
commit55a79893f8f0ec76274f5b31cc1e9bc71fdfb2d2 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/bison/Makefile
parentf31a1adcf02648a58b00e7b75600577324692b64 (diff)
downloadpkgsrc-55a79893f8f0ec76274f5b31cc1e9bc71fdfb2d2.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index ce3402a7fce..0178b416fce 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:19 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:23 agc Exp $
DISTNAME= bison-1.25
CATEGORIES= devel
@@ -6,12 +6,8 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= thorpej@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-
GNU_CONFIGURE= yes
MAN1= bison.1
-
-post-install:
- @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir
+INFO_FILES= bison
.include "../../mk/bsd.pkg.mk"