diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-19 03:13:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-19 03:13:18 +0800 |
commit | d3e7a5ff8eba4bee29838608d81b1f74791db1b4 (patch) | |
tree | 084a3ff0af921b622a1b95e501fdbf510ab133e4 /japanese/sj3-lib | |
parent | 843df4fed72418aa159054cd22d9d394eb3c0728 (diff) | |
download | freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.tar.gz freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.tar.zst freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.zip |
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Diffstat (limited to 'japanese/sj3-lib')
-rw-r--r-- | japanese/sj3-lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |