diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-04 08:46:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-04 08:46:52 +0000 |
commit | 06962f3703012b042385ada14be2128f43b52074 (patch) | |
tree | 35c909a79d062f8de3b64dd9ba8f1c31f203ef1c /japanese | |
parent | 5fca71101047003a9f88dd71bb82c1256bce8f66 (diff) | |
download | ports-06962f3703012b042385ada14be2128f43b52074.tar.gz ports-06962f3703012b042385ada14be2128f43b52074.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/cmigemo/Makefile | 4 |
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 |