diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:50:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:50:22 +0000 |
commit | 4046f07bee76bf1998bf5886150b428ddcd65d22 (patch) | |
tree | 982fd149f86dc4027d746d94e6b46a124e1775c4 /chinese/gb2ps | |
parent | 95013cc3390a117cedc109e764a7f06a949a1a7d (diff) | |
download | ports-4046f07bee76bf1998bf5886150b428ddcd65d22.tar.gz ports-4046f07bee76bf1998bf5886150b428ddcd65d22.zip |
Notes
Diffstat (limited to 'chinese/gb2ps')
-rw-r--r-- | chinese/gb2ps/files/patch-01 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chinese/gb2ps/files/patch-01 b/chinese/gb2ps/files/patch-01 index adb18cb55c61..cf6fa9f3c4fb 100644 --- a/chinese/gb2ps/files/patch-01 +++ b/chinese/gb2ps/files/patch-01 @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Aug 16 22:34:14 1992 -+++ Makefile Wed Feb 5 00:03:39 1997 -@@ -5,9 +5,9 @@ +--- Makefile.orig Mon Aug 17 13:34:14 1992 ++++ Makefile Sun Apr 2 11:40:36 2000 +@@ -5,11 +5,11 @@ # COVERPAGE -- the absolute path and name of coverpage PS file # -- default is current directory @@ -10,5 +10,8 @@ -COVERPAGE=./cover.ps +COVERPAGE=${PREFIX}/share/chinese/cover.ps - CFLAGS = -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\" +-CFLAGS = -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\" ++CFLAGS += -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\" + all: gb2ps + |