summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 82f838875ae..46f51bc3fd3 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,17 +1,22 @@
-# $NetBSD: Makefile,v 1.1 1998/03/20 22:45:15 thorpej Exp $
+# New packages collection makefile for: bison
+# Version required: 1.25
+# Date created: 20 March 1998
+# Whom: Jason R. Thorpe
+#
+# $NetBSD: Makefile,v 1.2 1998/04/13 10:11:28 tron Exp $
DISTNAME= bison-1.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= thorpej@netbsd.org
-OPSYS!= uname -s
-.if (${OPSYS} == "NetBSD")
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-.endif
GNU_CONFIGURE= yes
MAN1= bison.1
+post-install:
+ @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir
+
.include <bsd.port.mk>