diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-17 17:41:33 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-17 17:41:33 +0800 |
commit | 202969739a5b6c801e09daa6e5c83f30d9a752c3 (patch) | |
tree | b03e2922fb11f7e761cd045acc93c333a2875aa2 /databases/dbtool/Makefile | |
parent | e41093543f21120be6fca093f02916a177e414ca (diff) | |
download | freebsd-ports-gnome-202969739a5b6c801e09daa6e5c83f30d9a752c3.tar.gz freebsd-ports-gnome-202969739a5b6c801e09daa6e5c83f30d9a752c3.tar.zst freebsd-ports-gnome-202969739a5b6c801e09daa6e5c83f30d9a752c3.zip |
upgrade to 1.4
drop maintainership
Diffstat (limited to 'databases/dbtool/Makefile')
-rw-r--r-- | databases/dbtool/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 880f6c808b47..c5b1ce2cd72c 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -7,12 +7,12 @@ # PORTNAME= dbtool -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre @@ -41,7 +41,7 @@ post-extract: .endif post-patch: -.for file in dbtool.h engine.cc main.cc +.for file in dbtool.cc engine.cc engine.h @${PERL} -pi -e "s,stdin,input,g" ${WRKSRC}/${file} .endfor @${PERL} -pi -e "s,==,=,g" ${WRKSRC}/configure |