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 /games | |
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 'games')
-rw-r--r-- | games/antipolix/Makefile | 3 | ||||
-rw-r--r-- | games/cosmo/Makefile | 3 | ||||
-rw-r--r-- | games/wmeyes/Makefile | 3 | ||||
-rw-r--r-- | games/xdeblock/Makefile | 3 | ||||
-rw-r--r-- | games/xisola/Makefile | 3 | ||||
-rw-r--r-- | games/xoj/Makefile | 3 | ||||
-rw-r--r-- | games/xpuzzletama/Makefile | 3 | ||||
-rw-r--r-- | games/xspacewarp/Makefile | 3 |
8 files changed, 8 insertions, 16 deletions
diff --git a/games/antipolix/Makefile b/games/antipolix/Makefile index e85e26352246..a73193431779 100644 --- a/games/antipolix/Makefile +++ b/games/antipolix/Makefile @@ -13,9 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple multiplayer game for X Window System NO_WRKSUBDIR= yes -USES= imake +USES= imake:noman USE_XORG= x11 -NO_INSTALL_MANPAGES= yes OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index c183018c772d..64d845f69077 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -22,9 +22,8 @@ NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo -USES= imake:notall +USES= imake:notall,noman USE_XORG= x11 xext -NO_INSTALL_MANPAGES= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/cosmo diff --git a/games/wmeyes/Makefile b/games/wmeyes/Makefile index ae08b29917c3..be52c17767b4 100644 --- a/games/wmeyes/Makefile +++ b/games/wmeyes/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://www.bstern.org/wmeyes/ MAINTAINER= ports@FreeBSD.org COMMENT= World's most useless WindowMaker dock app -USES= imake +USES= imake:noman USE_XORG= xpm xmu -NO_INSTALL_MANPAGES= yes PORTDOCS= README PLIST_FILES= bin/wmeyes diff --git a/games/xdeblock/Makefile b/games/xdeblock/Makefile index ff4f2fe501f6..228bd8186578 100644 --- a/games/xdeblock/Makefile +++ b/games/xdeblock/Makefile @@ -13,9 +13,8 @@ COMMENT= Block action game WRKSRC= ${WRKDIR}/xdeblo_v1.0 -USES= imake +USES= imake:noman USE_XORG= xpm -NO_INSTALL_MANPAGES= yes CFLAGS+= -Wno-return-type post-patch: diff --git a/games/xisola/Makefile b/games/xisola/Makefile index 3f065fbd54eb..c6285cf85396 100644 --- a/games/xisola/Makefile +++ b/games/xisola/Makefile @@ -12,9 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple board game for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake:noman USE_XORG= x11 xext xaw xmu xt sm ice -NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xisola PORTDOCS= README diff --git a/games/xoj/Makefile b/games/xoj/Makefile index ed91726996e7..c07502283c3c 100644 --- a/games/xoj/Makefile +++ b/games/xoj/Makefile @@ -11,9 +11,8 @@ MASTER_SITE_SUBDIR= X11/demos MAINTAINER= ports@FreeBSD.org COMMENT= O. J. Simpson Simulator root window demo -USES= imake tar:tgz +USES= imake:noman tar:tgz USE_XORG= xaw -NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xoj .include <bsd.port.mk> diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index b7584977d782..9bb82b953a23 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -17,9 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle tama, a Tetris like game WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake:noman USE_XORG= xpm -NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xpuzzletama lib/X11/xpuzzletama/tama_score PLIST_DIRS= lib/X11/xpuzzletama diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile index 280e090efbba..969d65fcd3df 100644 --- a/games/xspacewarp/Makefile +++ b/games/xspacewarp/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= Time Trek - like game for X Window System -USES= imake +USES= imake:noman USE_XORG= x11 xaw xext xmu xt xpm sm ice -NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xspacewarp \ lib/X11/app-defaults/XSpacewarp |