aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-04-06 08:35:53 +0800
committeredwin <edwin@FreeBSD.org>2006-04-06 08:35:53 +0800
commit56d3bf3465a618a077aa958c36f2e5b45a37b0ad (patch)
treef3621e07ca875e2c3ef6470dba4335766f0534be /textproc
parent0ead5ab5e74102db8f997533ee018782fb184b05 (diff)
downloadfreebsd-ports-graphics-56d3bf3465a618a077aa958c36f2e5b45a37b0ad.tar.gz
freebsd-ports-graphics-56d3bf3465a618a077aa958c36f2e5b45a37b0ad.tar.zst
freebsd-ports-graphics-56d3bf3465a618a077aa958c36f2e5b45a37b0ad.zip
[PATCH] textproc/tclExpat: UNBREAK (fix fetch)
Provide the distfile on my server and fix fetch, thus unbreak. The maintainer should note I won't keep it there forever. Drop WWW [1] and portlint while here. Reported by: fenner's distfiles survey [1] PR: ports/94358 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tclExpat/Makefile3
-rw-r--r--textproc/tclExpat/pkg-descr2
-rw-r--r--textproc/tclExpat/pkg-plist4
3 files changed, 3 insertions, 6 deletions
diff --git a/textproc/tclExpat/Makefile b/textproc/tclExpat/Makefile
index ab5b92f90d4..23702e6bebb 100644
--- a/textproc/tclExpat/Makefile
+++ b/textproc/tclExpat/Makefile
@@ -9,7 +9,7 @@ PORTNAME= TclExpat
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= textproc tcl83
-MASTER_SITES= http://www.zveno.com/in-tclxml/
+MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/others_ports/${PORTNAME}/sources/
MAINTAINER= mi@aldan.algebra.com
COMMENT= The TCL interface to Expat library
@@ -18,7 +18,6 @@ LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \
expat.6:${PORTSDIR}/textproc/expat2
INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
TCL_VERSION= 8.3
TCL_DVER= ${TCL_VERSION:S/.//}
diff --git a/textproc/tclExpat/pkg-descr b/textproc/tclExpat/pkg-descr
index fb66abf2fa7..b01c5f01e3a 100644
--- a/textproc/tclExpat/pkg-descr
+++ b/textproc/tclExpat/pkg-descr
@@ -7,8 +7,6 @@ This package provides a Tcl interface to James Clark's expat library.
It creates a Tcl package, called "expat", which defines a single
new Tcl command "expat".
-WWW: http://www.zveno.com/zm.cgi/in-tclxml/
-
This port ignores the old expat distribution bundled with the software
and links the library against the latest installed by the expat2 port.
diff --git a/textproc/tclExpat/pkg-plist b/textproc/tclExpat/pkg-plist
index 8b6745347dc..10edc39113a 100644
--- a/textproc/tclExpat/pkg-plist
+++ b/textproc/tclExpat/pkg-plist
@@ -2,5 +2,5 @@ lib/tcl%%TCL_VERSION%%/TclExpat/pkgIndex.tcl
@dirrm lib/tcl%%TCL_VERSION%%/TclExpat
lib/libtclexpat.so.1.1
lib/libtclexpat.so
-%%PORTDOCS%%share/doc/TclExpat/README
-%%PORTDOCS%%@dirrm share/doc/TclExpat
+%%PORTDOCS%% %%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%