aboutsummaryrefslogtreecommitdiff
path: root/japanese/canna-lib
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
commit1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch)
tree084a3ff0af921b622a1b95e501fdbf510ab133e4 /japanese/canna-lib
parent1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff)
downloadports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.tar.gz
ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.zip
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Notes
Notes: svn path=/head/; revision=365343
Diffstat (limited to 'japanese/canna-lib')
-rw-r--r--japanese/canna-lib/Makefile3
1 files changed, 1 insertions, 2 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>