diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-21 07:42:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-21 07:42:17 +0000 |
commit | 043e55a12a082854ea10992b143b996e70eca3fe (patch) | |
tree | dfbf3c7aca400fab15c98e6b9919a7f434e28163 /chinese/bg5pdf | |
parent | f2ecdbea97bd071221ef22ea074a3017eacce9b2 (diff) | |
download | ports-043e55a12a082854ea10992b143b996e70eca3fe.tar.gz ports-043e55a12a082854ea10992b143b996e70eca3fe.zip |
Notes
Diffstat (limited to 'chinese/bg5pdf')
-rw-r--r-- | chinese/bg5pdf/Makefile | 2 | ||||
-rw-r--r-- | chinese/bg5pdf/files/patch-aa | 2 | ||||
-rw-r--r-- | chinese/bg5pdf/files/patch-ab | 2 |
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 |