Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 19:12:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401531 - head/graphics/php-gdal
Message-ID:  <201511131912.tADJCjso083459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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