svn commit: r401531 - head/graphics/php-gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 13 19:12:46 UTC 2015


Author: sunpoet
Date: Fri Nov 13 19:12:45 2015
New Revision: 401531
URL: https://svnweb.freebsd.org/changeset/ports/401531

Log:
  - Use WRKSRC_SUBDIR

Modified:
  head/graphics/php-gdal/Makefile

Modified: head/graphics/php-gdal/Makefile
==============================================================================
--- head/graphics/php-gdal/Makefile	Fri Nov 13 19:12:41 2015	(r401530)
+++ head/graphics/php-gdal/Makefile	Fri Nov 13 19:12:45 2015	(r401531)
@@ -26,7 +26,7 @@ USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USES=		gmake localbase tar:xz
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/swig/php
+WRKSRC_SUBDIR=	swig/php
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base


More information about the svn-ports-all mailing list