svn commit: r453762 - in head/databases/p5-DBD-cego: . files

Kurt Jaeger pi at FreeBSD.org
Wed Nov 8 19:11:28 UTC 2017


Author: pi
Date: Wed Nov  8 19:11:26 2017
New Revision: 453762
URL: https://svnweb.freebsd.org/changeset/ports/453762

Log:
  databases/p5-DBD-cego: fix build by removing obsolete patches

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

Modified: head/databases/p5-DBD-cego/Makefile
==============================================================================
--- head/databases/p5-DBD-cego/Makefile	Wed Nov  8 18:53:49 2017	(r453761)
+++ head/databases/p5-DBD-cego/Makefile	Wed Nov  8 19:11:26 2017	(r453762)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libcego.so:databases/cego
 USES=		gmake perl5
 USE_PERL5=	configure
 CC:=		${CXX}
+CONFIGURE_ARGS+=	--prefix=${PREFIX}
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/Cego/Cego.so


More information about the svn-ports-all mailing list