summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-04-13 10:11:28 +0000
committertron <tron>1998-04-13 10:11:28 +0000
commitbaee864e48acdbdf0c5608a5c613fa26334b4743 (patch)
treedd4e95d1c984f9cfc1c95e083e23fd646b7e3b85 /devel/bison/Makefile
parent29fd198537b90b1e1cdc7bf3e35537937ee4e9e5 (diff)
downloadpkgsrc-baee864e48acdbdf0c5608a5c613fa26334b4743.tar.gz
Add "bison" info file to info files directory, fixes PR pkg/5187.
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>