aboutsummaryrefslogtreecommitdiff
path: root/games/xshisen/files
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-11-03 21:11:09 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-11-03 21:11:09 +0000
commit12b623462027f690d0b22d7a3b782d52f5e1a6cc (patch)
tree7678629ff3e09e7472c96b6bf8d5f3605ff38663 /games/xshisen/files
parentcada467f15c5a1ab3390fa6c452f0aaf0dcf0689 (diff)
downloadports-12b623462027f690d0b22d7a3b782d52f5e1a6cc.tar.gz
ports-12b623462027f690d0b22d7a3b782d52f5e1a6cc.zip
Notes
Diffstat (limited to 'games/xshisen/files')
-rw-r--r--games/xshisen/files/patch-aa51
1 files changed, 51 insertions, 0 deletions
diff --git a/games/xshisen/files/patch-aa b/games/xshisen/files/patch-aa
new file mode 100644
index 000000000000..7f456c0cecf8
--- /dev/null
+++ b/games/xshisen/files/patch-aa
@@ -0,0 +1,51 @@
+*** Makefile.in.orig Tue Jan 23 08:35:21 1996
+--- Makefile.in Fri Oct 11 08:19:53 1996
+***************
+*** 39,52 ****
+ SCF = xshisen-scores
+
+ LIBS = @LIBS@
+! CODECONV = ./$(exec_name) -KCONV jis
+
+ all: $(PROGS)
+
+ $(exec_name): $(OBJS)
+ $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name)
+
+! install: $(PROGS) $(AD) $(ADJ)
+ @echo "XShisen executable directory is " $(bindir)
+ @$(MKDIR) $(bindir)
+ @chmod 755 $(bindir)
+--- 39,52 ----
+ SCF = xshisen-scores
+
+ LIBS = @LIBS@
+! CODECONV = ./$(exec_name) -KCONV euc
+
+ all: $(PROGS)
+
+ $(exec_name): $(OBJS)
+ $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name)
+
+! install: $(PROGS) $(AD) $(ADJ) install.man
+ @echo "XShisen executable directory is " $(bindir)
+ @$(MKDIR) $(bindir)
+ @chmod 755 $(bindir)
+***************
+*** 63,73 ****
+--- 63,77 ----
+ for file in pixmaps/*.xpm; do \
+ $(INSTALLD) $$file $(XSHISENLIB)/`basename $$file`; \
+ done
++ @$(MKDIR) $(XAD_DIR)/$(class_name)
++ @$(MKDIR) $(JXAD_DIR)/$(class_name)
+ $(INSTALLD) $(AD) $(XAD_DIR)/$(class_name)
+ $(INSTALLD) $(ADJ) $(JXAD_DIR)/$(class_name)
+
+ install.man: $(exec_name).jman $(exec_name).man
++ mkdir -p $(MANDIR)/man6
+ $(INSTALLD) $(exec_name).man $(MANDIR)/man6/$(exec_name).6
++ mkdir -p $(MANDIR)/$(JAPANESE)/man6
+ $(INSTALLD) $(exec_name).jman $(MANDIR)/$(JAPANESE)/man6/$(exec_name).6
+
+ clean: