diff options
author | pi <pi@FreeBSD.org> | 2014-11-05 04:28:43 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-11-05 04:28:43 +0800 |
commit | af913f91283171cdb4d24f423ec3013e6ce9f72c (patch) | |
tree | 57677beda75c617b20bbf0590b0d7d9145704634 /databases/p5-DBD-cego | |
parent | 62780c9740a844ed01a1efbaa7eeae70839ad30f (diff) | |
download | freebsd-ports-gnome-af913f91283171cdb4d24f423ec3013e6ce9f72c.tar.gz freebsd-ports-gnome-af913f91283171cdb4d24f423ec3013e6ce9f72c.tar.zst freebsd-ports-gnome-af913f91283171cdb4d24f423ec3013e6ce9f72c.zip |
databases/p5-DBD-cego: fix Makefile
Diffstat (limited to 'databases/p5-DBD-cego')
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index e9480e1bccdd..59beb4280474 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -6,7 +6,7 @@ CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- -MAINTAINER= fbsd-ports@opsec.eu +MAINTAINER= pi@FreeBSD.org COMMENT= Cego DBI driver for Perl 5 LICENSE= GPLv3 @@ -23,9 +23,6 @@ USES+= perl5 USE_PERL5= configure CC:= ${CXX} -#post-configure: -# @${REINPLACE_CMD} -e 's|fno-strict-aliasing|& -fpermissive|g' ${WRKSRC}/Makefile - post-stage: ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/Cego/Cego.so |