svn commit: r369226 - head/japanese/xyaku

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 25 09:20:44 UTC 2014


Author: tijl
Date: Thu Sep 25 09:20:43 2014
New Revision: 369226
URL: http://svnweb.freebsd.org/changeset/ports/369226
QAT: https://qat.redports.org/buildarchive/r369226/

Log:
  - Remove USE_AUTOTOOLS
  - Define some variable before including bsd.port.options.mk

Modified:
  head/japanese/xyaku/Makefile

Modified: head/japanese/xyaku/Makefile
==============================================================================
--- head/japanese/xyaku/Makefile	Thu Sep 25 09:18:20 2014	(r369225)
+++ head/japanese/xyaku/Makefile	Thu Sep 25 09:20:43 2014	(r369226)
@@ -16,8 +16,17 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/eb.so:${PORTSDIR}/japanese/ruby-eb
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-edict="${EDICT_FILE}" \
+		--with-ruby="${RUBY}"
+USES=		libtool
+USE_RUBY=	yes
 USE_XORG=	x11 xt xext ice sm
 
+DOCS_EN=	AUTHORS ChangeLog INSTALL NEWS README TODO \
+		addin/ADDIN.ChangeLog addin/ADDIN.txt
+DOCS_JA=	addin/README.searcheb.ja
+
 OPTIONS_DEFINE=	UTF8
 OPTIONS_DEFAULT=	UTF8
 
@@ -31,18 +40,8 @@ EDICT_FILE=	${LOCALBASE}/share/dict/edic
 RUN_DEPENDS+=	${EDICT_FILE}:${PORTSDIR}/japanese/edict
 .endif
 
-USE_RUBY=	yes
-USE_AUTOTOOLS=	autoconf213
-USES=		libtool
-CONFIGURE_ARGS=	--with-edict="${EDICT_FILE}" \
-		--with-ruby="${RUBY}"
-
-DOCS_EN=	AUTHORS ChangeLog INSTALL NEWS README TODO \
-		addin/ADDIN.ChangeLog addin/ADDIN.txt
-DOCS_JA=	addin/README.searcheb.ja
-
-post-extract:
-	${MV} ${WRKSRC}/addin/ChangeLog ${WRKSRC}/addin/ADDIN.ChangeLog
+post-patch:
+	@${MV} ${WRKSRC}/addin/ChangeLog ${WRKSRC}/addin/ADDIN.ChangeLog
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list