svn commit: r360575 - head/japanese/cmigemo

Antoine Brodin antoine at FreeBSD.org
Fri Jul 4 08:46:52 UTC 2014


Author: antoine
Date: Fri Jul  4 08:46:52 2014
New Revision: 360575
URL: http://svnweb.freebsd.org/changeset/ports/360575
QAT: https://qat.redports.org/buildarchive/r360575/

Log:
  Unbreak

Modified:
  head/japanese/cmigemo/Makefile

Modified: head/japanese/cmigemo/Makefile
==============================================================================
--- head/japanese/cmigemo/Makefile	Fri Jul  4 08:45:05 2014	(r360574)
+++ head/japanese/cmigemo/Makefile	Fri Jul  4 08:46:52 2014	(r360575)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	cmigemo
 MAINTAINER=	nobutaka at FreeBSD.org
 COMMENT=	C implementation of Migemo Japanese incremental search tool
 
-.if !defined(MASTERDIR)
+.if !defined(PKGNAMESUFFIX)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE_MIT.txt
 
@@ -37,7 +37,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-default-s
 
 .include <bsd.port.options.mk>
 
-.if !defined(MASTERDIR) && ${PORT_OPTIONS:MDOCS}
+.if !defined(PKGNAMESUFFIX) && ${PORT_OPTIONS:MDOCS}
 INSTALL_TARGET+=gcc-install-doc
 .endif
 


More information about the svn-ports-head mailing list