diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-07 05:51:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-07 05:51:37 +0000 |
commit | 67dcdfb791d454db23b7341d1a748150d77d82d2 (patch) | |
tree | 7e6628ceed8303c433b648008458960683c9a981 | |
parent | Revise this utilizing bsd.ruby.mk. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=32368
-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 6dfcf0b1ffed..3167672bf79b 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) |