aboutsummaryrefslogtreecommitdiff
path: root/games/sxsame
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 18:24:39 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 18:24:39 +0000
commitd951b2afdb838165e87fa9612da4a5afa1674f6f (patch)
tree411b3f3434be831b17d8610b7062cc60210bbcda /games/sxsame
parent6c433fa4aeb70c54efd603c0e98435631a679f0a (diff)
downloadports-d951b2afdb838165e87fa9612da4a5afa1674f6f.tar.gz
ports-d951b2afdb838165e87fa9612da4a5afa1674f6f.zip
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
change maintainer to ports@ due to maintainer's e-mail domain name can't be looked up for a month. PR: 23426 Submitted by: myself
Notes
Notes: svn path=/head/; revision=36467
Diffstat (limited to 'games/sxsame')
-rw-r--r--games/sxsame/Makefile3
-rw-r--r--games/sxsame/files/patch-aa13
2 files changed, 9 insertions, 7 deletions
diff --git a/games/sxsame/Makefile b/games/sxsame/Makefile
index 08ac37562da7..0d92cf737b64 100644
--- a/games/sxsame/Makefile
+++ b/games/sxsame/Makefile
@@ -13,11 +13,10 @@ MASTER_SITES= ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/ \
ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/sources/ \
ftp://mirror.nucba.ac.jp/mirror/JG/JG-0.9.1/sources/
-MAINTAINER= aconitum@po.teleway.ne.jp
+MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
USE_XPM= yes
-NO_INSTALL_MANPAGES= yes
INSTALL_TARGET= install install.dir
BINOWN= root
BINGRP= games
diff --git a/games/sxsame/files/patch-aa b/games/sxsame/files/patch-aa
index e052bf8c11ce..64f87b08820b 100644
--- a/games/sxsame/files/patch-aa
+++ b/games/sxsame/files/patch-aa
@@ -1,5 +1,5 @@
--- Imakefile.orig Sun May 5 04:10:27 1996
-+++ Imakefile Tue Jul 11 21:14:48 2000
++++ Imakefile Wed Nov 1 08:05:31 2000
@@ -3,7 +3,7 @@
# * Copyleft (c) 1994-1996 Software Research Academy *
# **************************************************************
@@ -17,16 +17,19 @@
XPMLIB = -lXpm
LOCAL_LIBRARIES = $(XPMLIB) -lX11
-@@ -19,7 +20,7 @@
+@@ -19,16 +20,19 @@
DEFINES = -DSAME_DIR=\"$(SAMEDIR)\"
#CDEBUGFLAGS = -O2 -Wall
-CDEBUGFLAGS = -g -Wall
+#CDEBUGFLAGS = -g -Wall
#CDEBUGFLAGS = -O2
- ComplexProgramTarget(sxsame)
- InstallManPage(sxsame,$(MANDIR))
-@@ -29,6 +30,10 @@
+-ComplexProgramTarget(sxsame)
+-InstallManPage(sxsame,$(MANDIR))
++ComplexProgramTargetNoMan(sxsame)
+
+ #sxsame.o:: sxsame.c config.h sxsame.h hiscore.h defdata.h
+ #hiscore.o:: hiscore.c config.h hiscore.h
#defdata.o:: defdata.c defdata.h
install.dir::
$(MKDIRHIER) $(SAMEDIR)