Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 19:12:41 +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: r401530 - head/graphics/p5-Geo-GDAL
Message-ID:  <201511131912.tADJCfco083356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 13 19:12:41 2015
New Revision: 401530
URL: https://svnweb.freebsd.org/changeset/ports/401530

Log:
  - Use WRKSRC_SUBDIR

Modified:
  head/graphics/p5-Geo-GDAL/Makefile

Modified: head/graphics/p5-Geo-GDAL/Makefile
==============================================================================
--- head/graphics/p5-Geo-GDAL/Makefile	Fri Nov 13 19:12:37 2015	(r401529)
+++ head/graphics/p5-Geo-GDAL/Makefile	Fri Nov 13 19:12:41 2015	(r401530)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libgdal.so:${PORTSDIR}/grap
 
 USE_PERL5=	build run
 USES=		perl5 tar:xz
-WRKSRC=		${WRKDIR}/${DISTNAME}/swig/perl
+
+WRKSRC_SUBDIR=	swig/perl
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE}



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