diff options
author | sf <sf@FreeBSD.org> | 2001-01-10 03:35:59 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-10 03:35:59 +0800 |
commit | f23f663316a7624f8303cd96e5d189b75e4b14b7 (patch) | |
tree | 4482f848e9761a6c12e5586b3c6b4a3d5c63df9a /games/xeyesplus | |
parent | d2762dd1a0fdffad096fc48576e06a13e0bb856f (diff) | |
download | freebsd-ports-gnome-f23f663316a7624f8303cd96e5d189b75e4b14b7.tar.gz freebsd-ports-gnome-f23f663316a7624f8303cd96e5d189b75e4b14b7.tar.zst freebsd-ports-gnome-f23f663316a7624f8303cd96e5d189b75e4b14b7.zip |
fix X manpage error with XFree86-4
PR: 23430
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/Makefile | 1 | ||||
-rw-r--r-- | games/xeyesplus/files/patch-aa | 33 |
2 files changed, 14 insertions, 20 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index b0078575d247..579d4303dd93 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -16,7 +16,6 @@ MAINTAINER= nakai@FreeBSD.org USE_IMAKE= yes USE_XPM= yes -NO_INSTALL_MANPAGES= yes post-install: @${CHMOD} 755 ${PREFIX}/bin/xeyes+ diff --git a/games/xeyesplus/files/patch-aa b/games/xeyesplus/files/patch-aa index 45e7a7ab13e9..a691736f8bf9 100644 --- a/games/xeyesplus/files/patch-aa +++ b/games/xeyesplus/files/patch-aa @@ -1,19 +1,14 @@ -*** Imakefile.orig Thu May 5 16:58:34 1994 ---- Imakefile Thu Jan 15 00:00:00 2000 -*************** -*** 4,9 **** - # gcc - #CC = gcc - # CFLAGS = -O2 -Wall -DXPM -DUSLEEP -! CFLAGS =-DXPM -I/usr/local/X11R5/include/ -! CDEBUGFLAGS = - ComplexProgramTarget(xeyes+) ---- 4,11 ---- - # gcc - #CC = gcc - # CFLAGS = -O2 -Wall -DXPM -DUSLEEP -! XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/ -! XCOMM CDEBUGFLAGS = -! DEFINES = -DXPM -! INCLUDES = -I$(INCDIR)/X11 - ComplexProgramTarget(xeyes+) +--- Imakefile.orig Thu May 5 16:58:34 1994 ++++ Imakefile Wed Nov 1 09:33:26 2000 +@@ -4,6 +4,8 @@ + # gcc + #CC = gcc + # CFLAGS = -O2 -Wall -DXPM -DUSLEEP +-CFLAGS =-DXPM -I/usr/local/X11R5/include/ +-CDEBUGFLAGS = +-ComplexProgramTarget(xeyes+) ++XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/ ++XCOMM CDEBUGFLAGS = ++DEFINES = -DXPM ++INCLUDES = -I$(INCDIR)/X11 ++ComplexProgramTargetNoMan(xeyes+) |