mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
change master site
change depend on python 2.2 PR: 35167 Submitted by: maintainer
This commit is contained in:
parent
f2ecdbea97
commit
043e55a12a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55025
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user