diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-06 08:11:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-06 08:11:30 +0000 |
commit | bdb59a14d6cea0c46af84304742d94b89976ca42 (patch) | |
tree | 93b11f39dd179a2680a0a7251cd5fdf86414c180 /devel/bison-devel/Makefile | |
parent | 384fd77bc372266f96409ebd63bfee9a3626eea3 (diff) | |
download | FreeBSD-ports-bdb59a14d6cea0c46af84304742d94b89976ca42.zip FreeBSD-ports-bdb59a14d6cea0c46af84304742d94b89976ca42.tar.gz |
The latest Bison is now in the base system (and has been for a while).
This port is no longer needed.
Diffstat (limited to 'devel/bison-devel/Makefile')
-rw-r--r-- | devel/bison-devel/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile deleted file mode 100644 index 8967357..0000000 --- a/devel/bison-devel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bison -# Version required: 1.28 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $FreeBSD$ -# - -DISTNAME= bison-1.28 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= bison - -MAINTAINER= wghicks@bellsouth.net - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes - -MAN1= bison.1 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir - -.include <bsd.port.mk> |