Update to 0.6 [1]

Respect CFLAGS
Use DATADIR macro

PR:		86988 [1]
Submitted by:	Dermot Tynan <dtynan@kalopa.com> (maintainer)
Approved by:	pav (mentor)
This commit is contained in:
Marcus Alves Grando 2005-10-06 13:57:48 +00:00
parent fd8a932d11
commit 6404db2ec2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144403
3 changed files with 14 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= dbow
PORTVERSION= 0.5
PORTVERSION= 0.6
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dbow
@ -15,7 +15,13 @@ MAINTAINER= dtynan@kalopa.com
COMMENT= DBOW is a database object generator for C, Perl, PHP, etc
USE_MYSQL= yes
USE_REINPLACE= yes
MAN1= dbow.1
post-patch:
@${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g" \
${WRKSRC}/example/Makefile ${WRKSRC}/lib/Makefile \
${WRKSRC}/src/Makefile
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
MD5 (dbow-0.5.tar.gz) = 2a40cd2e533971e29ee8f50e8c6d94fd
SIZE (dbow-0.5.tar.gz) = 35467
MD5 (dbow-0.6.tar.gz) = ca5546cf476977c21cf1be4549d78c4e
SIZE (dbow-0.6.tar.gz) = 36144

View file

@ -1,8 +1,8 @@
bin/dbow
include/dbow.h
lib/libdbow.a
share/dbow/c.m4
share/dbow/mysql.m4
share/dbow/perl.m4
share/dbow/php.m4
@dirrm share/dbow
%%DATADIR%%/c.m4
%%DATADIR%%/mysql.m4
%%DATADIR%%/perl.m4
%%DATADIR%%/php.m4
@dirrm %%DATADIR%%