diff options
-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+) |