svn commit: r428451 - head/converters/rubygem-bsdconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 12 20:59:01 UTC 2016


Author: sunpoet
Date: Mon Dec 12 20:58:59 2016
New Revision: 428451
URL: https://svnweb.freebsd.org/changeset/ports/428451

Log:
  - Remove unnecessary GEM_NAME
  - While I'm here, use = instead of += for CONFIGURE_ARGS
  
  With hat:	ruby

Modified:
  head/converters/rubygem-bsdconv/Makefile

Modified: head/converters/rubygem-bsdconv/Makefile
==============================================================================
--- head/converters/rubygem-bsdconv/Makefile	Mon Dec 12 20:58:55 2016	(r428450)
+++ head/converters/rubygem-bsdconv/Makefile	Mon Dec 12 20:58:59 2016	(r428451)
@@ -14,10 +14,7 @@ LICENSE=	ISCL
 
 LIB_DEPENDS=	libbsdconv.so:converters/bsdconv
 
-CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
-
-GEM_NAME=	${DISTNAME}
-
+CONFIGURE_ARGS=	--with-bsdconv-dir=${LOCALBASE}
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list