aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-07-04 16:46:52 +0800
committerantoine <antoine@FreeBSD.org>2014-07-04 16:46:52 +0800
commit8ada0cfda6d995cdf6cad20eebabdd902b443111 (patch)
tree35c909a79d062f8de3b64dd9ba8f1c31f203ef1c /japanese
parent4bb43bde34d260e7a44848c41603d4526867687e (diff)
downloadfreebsd-ports-gnome-8ada0cfda6d995cdf6cad20eebabdd902b443111.tar.gz
freebsd-ports-gnome-8ada0cfda6d995cdf6cad20eebabdd902b443111.tar.zst
freebsd-ports-gnome-8ada0cfda6d995cdf6cad20eebabdd902b443111.zip
Unbreak
Diffstat (limited to 'japanese')
-rw-r--r--japanese/cmigemo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/cmigemo/Makefile b/japanese/cmigemo/Makefile
index 05defa82ac24..4a9341a23516 100644
--- a/japanese/cmigemo/Makefile
+++ b/japanese/cmigemo/Makefile
@@ -11,7 +11,7 @@ DIST_SUBDIR= cmigemo
MAINTAINER= nobutaka@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-src
.include <bsd.port.options.mk>
-.if !defined(MASTERDIR) && ${PORT_OPTIONS:MDOCS}
+.if !defined(PKGNAMESUFFIX) && ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET+=gcc-install-doc
.endif