diff options
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 4d7f73a3eea0..9d4933a964ef 100644 --- a/devel/bison/Makefile +++ b/devel/bison/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; \ |