diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 19:50:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 19:50:46 +0000 |
commit | aeafd51e7ce725302276a64e9e842f7c14fa35f0 (patch) | |
tree | ba13997f68a7ac8dc5a28f7eaef661afea330d0f /databases/dbow/Makefile | |
parent | ee170e677b51ca14b24e77dcc3bf5703e69cca2f (diff) | |
download | ports-aeafd51e7ce725302276a64e9e842f7c14fa35f0.tar.gz ports-aeafd51e7ce725302276a64e9e842f7c14fa35f0.zip |
Notes
Diffstat (limited to 'databases/dbow/Makefile')
-rw-r--r-- | databases/dbow/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/dbow/Makefile b/databases/dbow/Makefile index af90122625fc..07f04370ccac 100644 --- a/databases/dbow/Makefile +++ b/databases/dbow/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dbow -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= databases devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dbow @@ -15,9 +15,7 @@ MAINTAINER= dtynan@kalopa.com COMMENT= DBOW is a database object generator for C, Perl, PHP, etc USE_MYSQL= yes -USE_REINPLACE= yes -post-patch: - @${REINPLACE_CMD} -e 's|example||' ${WRKSRC}/Makefile +MAN1= dbow.1 .include <bsd.port.mk> |