svn commit: r340067 - head/databases/pgrouting

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Jan 17 16:25:53 UTC 2014


Author: danilo
Date: Fri Jan 17 16:25:52 2014
New Revision: 340067
URL: http://svnweb.freebsd.org/changeset/ports/340067
QAT: https://qat.redports.org/buildarchive/r340067/

Log:
  - Remove FETCH_ARGS, "-Fpr" is the default parameter.
  
  Reported by:	jgh

Modified:
  head/databases/pgrouting/Makefile

Modified: head/databases/pgrouting/Makefile
==============================================================================
--- head/databases/pgrouting/Makefile	Fri Jan 17 16:17:40 2014	(r340066)
+++ head/databases/pgrouting/Makefile	Fri Jan 17 16:25:52 2014	(r340067)
@@ -21,8 +21,6 @@ USES=		cmake pkgconfig
 USE_PGSQL=	yes
 USE_LDCONFIG=	yes
 
-FETCH_ARGS=	-Fpr
-
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list