diff options
author | cjep <cjep> | 2004-01-04 18:34:31 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-01-04 18:34:31 +0000 |
commit | 83145f4503c40c6e98627f5bc145f2bfb68cedbb (patch) | |
tree | 7d015ef2b04cc15c43e68856a37ca467baaa89ed | |
parent | c0023fbf4f8dbb0c4621e7e3139cd901bc97107f (diff) | |
download | pkgsrc-83145f4503c40c6e98627f5bc145f2bfb68cedbb.tar.gz |
Locally mirror jade_1.2.1-18.diff.gz as this has gone from the Debian site.
(cf. PR#23632).
XXX We should probably update jade to use jade_1.2.1-38.diff.gz
-rw-r--r-- | textproc/jade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index a8c4b62e71a..78f95ccec8f 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/12/16 11:30:57 sketch Exp $ +# $NetBSD: Makefile,v 1.29 2004/01/04 18:34:31 cjep Exp $ DISTNAME= jade-1.2.1 PKGREVISION= 7 @@ -11,7 +11,7 @@ MAINTAINER= rh@NetBSD.ORG HOMEPAGE= http://www.jclark.com/jade/ COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine -PATCH_SITES= ${MASTER_SITE_DEBIAN:=pool/main/j/jade/} +PATCH_SITES= ${MASTER_SITE_LOCAL} PATCHFILES= jade_1.2.1-18.diff.gz PATCH_DIST_STRIP= -p1 |