summaryrefslogtreecommitdiff
path: root/devel/bison20/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-23 00:21:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-23 00:21:23 +0000
commit74894ed54d114f8e046e460c8dca6d2c40eb86ee (patch)
tree13baccf36ea5dce162aeabf9fbe76d9581a44f9e /devel/bison20/Makefile
parentUpdate to version 4.58.1 (diff)
Update to 1.29
* Added `-g' and `--graph'. * Added `--locations' and `%locations'. * Added `-S' and `--skeleton'. * `%raw', `-r', `--raw' is disabled. * Special characters are escaped when output. This solves the problems * New directives. `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', `%debug', `%source_extension' and `%header_extension'. * The input and the output files has automatically a similar extension. Submitted by: demon
Notes
Notes: svn path=/head/; revision=48099
Diffstat (limited to 'devel/bison20/Makefile')
-rw-r--r--devel/bison20/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile
index 4d7f73a3eea0..9d4933a964ef 100644
--- a/devel/bison20/Makefile
+++ b/devel/bison20/Makefile
@@ -7,12 +7,11 @@
#
PORTNAME= bison
-PORTVERSION= 1.28
+PORTVERSION= 1.29
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bison
-MAINTAINER= wghicks@bellsouth.net
MAINTAINER= obrien@NUXI.com
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
@@ -23,9 +22,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= bison.1
-pre-configure:
- @${CP} ${FILESDIR}/ru.po ${WRKSRC}/po/
-
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \