diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /sysutils | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monit/Makefile | 3 | ||||
-rw-r--r-- | sysutils/powerman/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 5fa0e9aa7f2d..51725475434a 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -7,6 +7,7 @@ PORTNAME= monit PORTVERSION= 4.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.tildeslash.com/monit/dist/ @@ -17,7 +18,7 @@ MAN1= monit.1 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_RC_SUBR= monit.sh CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" \ diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile index 60d27363db8b..d033b8615fef 100644 --- a/sysutils/powerman/Makefile +++ b/sysutils/powerman/Makefile @@ -6,6 +6,7 @@ PORTNAME= powerman PORTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= ftp://ftp.llnl.gov/pub/linux/powerman/ EXTRACT_SUFX= .tgz @@ -13,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PowerMan is a tool for doing remote power control -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_GETOPT_LONG=yes USE_RC_SUBR= yes |