diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 19:13:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 19:13:18 +0000 |
commit | 1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch) | |
tree | 084a3ff0af921b622a1b95e501fdbf510ab133e4 /japanese | |
parent | Introduce emulators/i386-wine-compholio. (diff) |
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=365343
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/canna-lib/Makefile | 3 | ||||
-rw-r--r-- | japanese/sj3-lib/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index 46e976164d5f..03ab7004b462 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -16,11 +16,10 @@ COMMENT= Kana-to-Kanji conversion system, library part LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= imake:notall tar:bzip2 +USES= imake:notall,noman tar:bzip2 USE_LDCONFIG= yes ALL_TARGET= canna INSTALL_TARGET= instsgs -NO_INSTALL_MANPAGES=yes MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile index 6bbfe1b38776..cf7071857a45 100644 --- a/japanese/sj3-lib/Makefile +++ b/japanese/sj3-lib/Makefile @@ -18,9 +18,8 @@ COMMENT= Japanese input method, library part LICENSE= MIT LICENSE_FILE= ${FILESDIR}/COPYING -USES= imake +USES= imake:noman USE_LDCONFIG= yes -NO_INSTALL_MANPAGES= yes SUB_FILES= sj3_freebsd.tmpl SUB_LIST= DESTDIR=${DESTDIR} |