summaryrefslogtreecommitdiff
path: root/chinese/bg5pdf
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-02-21 07:42:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-02-21 07:42:17 +0000
commit043e55a12a082854ea10992b143b996e70eca3fe (patch)
treedfbf3c7aca400fab15c98e6b9919a7f434e28163 /chinese/bg5pdf
parentUpdate to 5.4.3.4 (diff)
change master site
change depend on python 2.2 PR: 35167 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55025
Diffstat (limited to 'chinese/bg5pdf')
-rw-r--r--chinese/bg5pdf/Makefile2
-rw-r--r--chinese/bg5pdf/files/patch-aa2
-rw-r--r--chinese/bg5pdf/files/patch-ab2
3 files changed, 3 insertions, 3 deletions
diff --git a/chinese/bg5pdf/Makefile b/chinese/bg5pdf/Makefile
index 8032d73d6ff9..94fe87fe1029 100644
--- a/chinese/bg5pdf/Makefile
+++ b/chinese/bg5pdf/Makefile
@@ -9,7 +9,7 @@ PORTNAME= bg5pdf
PORTVERSION= 1.0.0
CATEGORIES= chinese print
MASTER_SITES= http://students.washington.edu/cschin/bg5ps/bg5pdf/ \
- http://freebsd.sinica.edu.tw/~statue/
+ ftp://freebsd.sinica.edu.tw/pub/statue/bg5pdf/
MAINTAINER= statue@freebsd.sinica.edu.tw
diff --git a/chinese/bg5pdf/files/patch-aa b/chinese/bg5pdf/files/patch-aa
index bebffda7f4fd..f16e3074ea57 100644
--- a/chinese/bg5pdf/files/patch-aa
+++ b/chinese/bg5pdf/files/patch-aa
@@ -2,7 +2,7 @@
+++ bg5pdf Mon Dec 3 06:53:19 2001
@@ -1,4 +1,4 @@
-#!/usr/bin/env /usr/bin/python
-+#!/usr/bin/env /usr/local/bin/python
++#!/usr/bin/env python
"""
Bg5pdf is a simple wrapper for wrapping big5 encoding text file into
diff --git a/chinese/bg5pdf/files/patch-ab b/chinese/bg5pdf/files/patch-ab
index ee9417fdb399..da6939604e5a 100644
--- a/chinese/bg5pdf/files/patch-ab
+++ b/chinese/bg5pdf/files/patch-ab
@@ -2,4 +2,4 @@
+++ Makefile Mon Dec 3 07:46:51 2001
@@ -0,0 +1,2 @@
+all:
-+ gcc -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.1 -L/usr/local/lib -lpdf -o bg5pdflib.so
++ gcc -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.2 -L/usr/local/lib -lpdf -o bg5pdflib.so