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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/cfdg/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-graphy/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile index 5bb57f634de3..4c48b9a1d776 100644 --- a/graphics/cfdg/Makefile +++ b/graphics/cfdg/Makefile @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt WRKSRC= ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} USES= gmake tar:tgz -NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/cfdg PORTEXAMPLES= * diff --git a/graphics/py-graphy/Makefile b/graphics/py-graphy/Makefile index f82f71532141..4a3e3143a68f 100644 --- a/graphics/py-graphy/Makefile +++ b/graphics/py-graphy/Makefile @@ -18,7 +18,6 @@ PORTDOCS= README PORTEXAMPLES= * NO_BUILD= yes -NO_INSTALL_MANPAGES= yes OPTIONS_DEFINE= DOCS EXAMPLES |