diff options
author | asami <asami@FreeBSD.org> | 2000-09-07 05:51:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-07 05:51:37 +0000 |
commit | e46a90e79d19d706034fa886b598f3a54a68fe6a (patch) | |
tree | 2b30a2ce8794f1c423bd357bd09b8f031215a63f /games/xpuzzletama | |
parent | e242b0572b7c8a86aa312dbf4b9156eb54e4be79 (diff) | |
download | FreeBSD-ports-e46a90e79d19d706034fa886b598f3a54a68fe6a.zip FreeBSD-ports-e46a90e79d19d706034fa886b598f3a54a68fe6a.tar.gz |
Change ComplexProgramTarget() to ComplexProgramTargetNoMan().
NO_INSTALL_MANPAGES is not sufficient now, since XFree86-4 will
try to generate HTML manpages and fail in the build stage.
Submitted by: Taguchi-san (XFree86-4-* maintainer)
Diffstat (limited to 'games/xpuzzletama')
-rw-r--r-- | games/xpuzzletama/files/patch-aa | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/games/xpuzzletama/files/patch-aa b/games/xpuzzletama/files/patch-aa index 6dfcf0b..3167672 100644 --- a/games/xpuzzletama/files/patch-aa +++ b/games/xpuzzletama/files/patch-aa @@ -1,19 +1,17 @@ -*** Imakefile.orig Thu Oct 15 19:24:34 1998 ---- Imakefile Thu Jan 15 00:00:00 2000 -*************** -*** 7,13 **** - OBJS = $(SRCS:.c=.o) - - #SCOREFILE = /opt/X11R6/lib/X11/tama_score -! SCOREFILE = ./.tama_score - - # もしネットワーク対戦をサポートしないなら下の -DNET を削ってください。 - # スコアファイルにロック機構が必要ないなら -DFILELOCK を付けてください。 ---- 7,13 ---- - OBJS = $(SRCS:.c=.o) - - #SCOREFILE = /opt/X11R6/lib/X11/tama_score -! SCOREFILE = $(LIBDIR)/xpuzzletama/tama_score - - # もしネットワーク対戦をサポートしないなら下の -DNET を削ってください。 - # スコアファイルにロック機構が必要ないなら -DFILELOCK を付けてください。 +--- ./Imakefile.org Thu Oct 15 03:24:34 1998 ++++ ./Imakefile Wed Sep 6 19:13:20 2000 +@@ -7,7 +7,7 @@ + OBJS = $(SRCS:.c=.o) + + #SCOREFILE = /opt/X11R6/lib/X11/tama_score +-SCOREFILE = ./.tama_score ++SCOREFILE = $(LIBDIR)/xpuzzletama/tama_score + + # もしネットワーク対戦をサポートしないなら下の -DNET を削ってください。 + # スコアファイルにロック機構が必要ないなら -DFILELOCK を付けてください。 +@@ -15,4 +15,4 @@ + #DEFINES = -DSFILE=\"${SCOREFILE}\" -DNET -DFILELOCK -I/opt/X11R6/include + DEFINES = -DSFILE=\"${SCOREFILE}\" -DNET + +-ComplexProgramTarget(xpuzzletama) ++ComplexProgramTargetNoMan(xpuzzletama) |