diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-09-04 18:33:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-09-04 18:33:15 +0000 |
commit | 1c6166bcd9333542ed5051239021e09177991cd2 (patch) | |
tree | f68777da14654deac9d66dd59bef11f6b67e2192 /devel/bison | |
parent | 1044b5d3e4a6e831da83d27b138efb24537c3c4c (diff) | |
download | ports-1c6166bcd9333542ed5051239021e09177991cd2.tar.gz ports-1c6166bcd9333542ed5051239021e09177991cd2.zip |
A few more cleanups after recent events with bison
* lose the bison175 port, it's not needed for now and will
only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=141936
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index c6462cd2481e..3e1ab006463a 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -13,7 +13,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ade@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 |