diff options
author | tron <tron@pkgsrc.org> | 1998-04-13 10:11:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-13 10:11:28 +0000 |
commit | 49a48d689a3ecba3554213b98edbeb1bd19b181a (patch) | |
tree | dd4e95d1c984f9cfc1c95e083e23fd646b7e3b85 /devel/bison/Makefile | |
parent | a89ca368e373732adea1c63644c42cacdabdfc00 (diff) | |
download | pkgsrc-49a48d689a3ecba3554213b98edbeb1bd19b181a.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/Makefile | 15 |
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> |