1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

change master site

change depend on python 2.2

PR:		35167
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-02-21 07:42:17 +00:00
parent f2ecdbea97
commit 043e55a12a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55025
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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