svn commit: r401533 - head/graphics/ruby-gdal

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


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

Log:
  - Use WRKSRC_SUBDIR

Modified:
  head/graphics/ruby-gdal/Makefile

Modified: head/graphics/ruby-gdal/Makefile
==============================================================================
--- head/graphics/ruby-gdal/Makefile	Fri Nov 13 19:12:49 2015	(r401532)
+++ head/graphics/ruby-gdal/Makefile	Fri Nov 13 19:12:53 2015	(r401533)
@@ -25,7 +25,7 @@ MAKEFILE=	GNUmakefile
 USE_RUBY=	yes
 USES=		gmake tar:xz
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/swig/ruby
+WRKSRC_SUBDIR=	swig/ruby
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base


More information about the svn-ports-all mailing list