1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xpuzzletama/files/patch-aa
Satoshi Asami 67dcdfb791 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)
2000-09-07 05:51:37 +00:00

18 lines
604 B
Plaintext

--- ./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)