diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-11 09:58:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-11 09:58:33 +0800 |
commit | fff79f9e2ad26d79dab4fddd72a149b44f198198 (patch) | |
tree | e6ea60facc96516e1834451a3dd7e67a31f4e130 /devel/bison2/Makefile | |
parent | dfcdf576d810296a18cbdbc51a2dcbc8bc159398 (diff) | |
download | freebsd-ports-graphics-fff79f9e2ad26d79dab4fddd72a149b44f198198.tar.gz freebsd-ports-graphics-fff79f9e2ad26d79dab4fddd72a149b44f198198.tar.zst freebsd-ports-graphics-fff79f9e2ad26d79dab4fddd72a149b44f198198.zip |
This PORTEPOCH for life crap is stupid.
Back out the downgrade, I would have never agreed to it if I had know...
This leaves a window of downgradededness 18 hours -- people can just live
with that.
Diffstat (limited to 'devel/bison2/Makefile')
-rw-r--r-- | devel/bison2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index ab0f25b2a7d..233ff057106 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= bison -PORTVERSION= 1.28 -PORTEPOCH= 1 +PORTVERSION= 1.30 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bison @@ -21,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 |