summaryrefslogtreecommitdiff
path: root/games/xataxx/files/patch-Imakefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-03-16 22:08:29 +0100
committerRene Ladan <rene@FreeBSD.org>2024-03-16 22:09:16 +0100
commit8d98869f0dbc1e2368562055d214a6ac89ddaac6 (patch)
tree3d7d755faf3dc11d53fb99da31cd44302ae3b67c /games/xataxx/files/patch-Imakefile
parentprint/py-weasyprint: update 58.0 -> 61.2 (diff)
games/xataxx: Remove expired port
2024-03-15 games/xataxx: No available WWW
Diffstat (limited to 'games/xataxx/files/patch-Imakefile')
-rw-r--r--games/xataxx/files/patch-Imakefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/games/xataxx/files/patch-Imakefile b/games/xataxx/files/patch-Imakefile
deleted file mode 100644
index 41f9e9040088..000000000000
--- a/games/xataxx/files/patch-Imakefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./Imakefile.orig 1991-10-29 02:23:52.000000000 -0200
-+++ ./Imakefile 2013-11-16 00:46:31.000000000 -0200
-@@ -4,11 +4,13 @@
- # in the system default BINDIR
- # BINDIR =
-
-+MANSUFFIX = 6
-+
- # !%^#*
- DEPLIBS =
-
- /* DATADIR is where the boards and bitmaps will be installed */
--DATADIR = /afs/andrew.cmu.edu/usr0/games/lib/xataxx
-+DATADIR = $(LOCALBASE)/share/xataxx
-
- LOCAL_LIBRARIES = $(XLIB)
- SRCS = bits.c board.c colbits.c demo.c display.c main.c nubot.c parse.c zot.c
-@@ -19,6 +21,8 @@
- install:: install.lib
-
- install.lib:
-+ @if [ -d $(DESTDIR)$(DATADIR) ]; then set +x; \
-+ else (set -x; $(MKDIRHIER) $(DESTDIR)$(DATADIR)); fi
- for i in lib//**/*; do \
-- (set -x; install -c $$i $(DATADIR)); \
-+ (set -x; install -c $$i $(DESTDIR)$(DATADIR)); \
- done