Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 20:28:43 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372170 - head/databases/p5-DBD-cego
Message-ID:  <201411042028.sA4KShSi086430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Nov  4 20:28:43 2014
New Revision: 372170
URL: https://svnweb.freebsd.org/changeset/ports/372170
QAT: https://qat.redports.org/buildarchive/r372170/

Log:
  databases/p5-DBD-cego: fix Makefile

Modified:
  head/databases/p5-DBD-cego/Makefile

Modified: head/databases/p5-DBD-cego/Makefile
==============================================================================
--- head/databases/p5-DBD-cego/Makefile	Tue Nov  4 20:27:05 2014	(r372169)
+++ head/databases/p5-DBD-cego/Makefile	Tue Nov  4 20:28:43 2014	(r372170)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411042028.sA4KShSi086430>