diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:35:59 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:35:59 +0000 |
commit | 907a90eedfa03e912bde77ad6a2e0c5d6bbfc818 (patch) | |
tree | 5684d81341c4f8e8e664b5ebcacdf8b13d377876 | |
parent | fix X manpage error with XFree86-4 (diff) |
fix X manpage error with XFree86-4
PR: 23430
Notes
Notes:
svn path=/head/; revision=37033
-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+) |