summaryrefslogtreecommitdiff
path: root/emulators/vice/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-23 17:41:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-23 17:41:54 +0000
commite42ec06795b960bd478c101a71303beff8a60048 (patch)
tree6e78052d4e1bf42a99d6a6df1d13f33bf8ac1031 /emulators/vice/files
parent- Support CC/CFLAGS/PREFIX proeprly (diff)
upgrade to 1.7
PR: 32218 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=50421
Diffstat (limited to 'emulators/vice/files')
-rw-r--r--emulators/vice/files/patch-ac6
-rw-r--r--emulators/vice/files/patch-ad17
2 files changed, 16 insertions, 7 deletions
diff --git a/emulators/vice/files/patch-ac b/emulators/vice/files/patch-ac
index ad3b5451992d..d107826f8370 100644
--- a/emulators/vice/files/patch-ac
+++ b/emulators/vice/files/patch-ac
@@ -1,11 +1,11 @@
---- man/vice.1.orig Sun Nov 21 16:25:55 1999
-+++ man/vice.1 Wed Feb 2 15:18:42 2000
+--- man/vice.1.orig Mon Nov 22 06:25:55 1999
++++ man/vice.1 Fri Nov 23 02:01:16 2001
@@ -31,7 +31,7 @@
.PP
The whole documentation for these programs is available in HTML
format; the main file should be installed on your system as
-/usr/local/lib/VICE/doc/vice_toc.html.
-+/usr/local/share/doc/vice/vice_toc.html.
++%%PREFIX%%/share/doc/vice/vice_toc.html.
.P
For up to date news about VICE, have a look at the official home page
at
diff --git a/emulators/vice/files/patch-ad b/emulators/vice/files/patch-ad
index b7a6e32bbaf9..f1cec2dd2511 100644
--- a/emulators/vice/files/patch-ad
+++ b/emulators/vice/files/patch-ad
@@ -1,11 +1,20 @@
---- doc/Makefile.in.orig Tue Nov 23 18:42:37 1999
-+++ doc/Makefile.in Wed Feb 2 14:30:35 2000
-@@ -108,7 +108,7 @@
+--- doc/Makefile.in.orig Tue Jul 24 03:09:37 2001
++++ doc/Makefile.in Fri Nov 23 02:15:32 2001
+@@ -128,7 +128,7 @@
xpet_LDFLAGS = @xpet_LDFLAGS@
xvic_LDFLAGS = @xvic_LDFLAGS@
-docdir = $(prefix)/lib/vice/doc
+docdir = $(prefix)/share/doc/vice
- doc_DATA = 64doc.txt Evaluation PETdoc.txt Readme.dos Win32-Howto.txt cbm_basic_tokens.txt drive_info.txt mnemonics.txt mon.txt serial.txt
+ doc_DATA = 64doc.txt Evaluation PETdoc.txt Readme.beos Readme.dos Win32-Howto.txt cbm_basic_tokens.txt drive_info.txt mon.txt serial.txt
+@@ -176,7 +176,7 @@
+ .texi.info:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
++ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
+
+ .texi.dvi:
+ TEXINPUTS=.:$$TEXINPUTS \