diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-11 08:58:29 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-11 08:58:29 +0000 |
commit | db6ca15ea1e0d07b02e7ca7418cafd35b3b546b0 (patch) | |
tree | df59f60d6e7037e781e51d71c61a8a7b26fc4bf7 /textproc | |
parent | 1d131f203d5ef4c2bca106fee5309371cfda266d (diff) | |
download | ports-db6ca15ea1e0d07b02e7ca7418cafd35b3b546b0.tar.gz ports-db6ca15ea1e0d07b02e7ca7418cafd35b3b546b0.zip |
Rename xerces to xerces-j. Please repocopy this, thanks.
PR: 27266
Submitted by: znard
Notes
Notes:
svn path=/head/; revision=54536
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xerces-j/Makefile (renamed from textproc/xerces/Makefile) | 4 | ||||
-rw-r--r-- | textproc/xerces-j/distinfo (renamed from textproc/xerces/distinfo) | 0 | ||||
-rw-r--r-- | textproc/xerces-j/pkg-comment (renamed from textproc/xerces/pkg-comment) | 0 | ||||
-rw-r--r-- | textproc/xerces-j/pkg-descr (renamed from textproc/xerces/pkg-descr) | 0 | ||||
-rw-r--r-- | textproc/xerces-j/pkg-plist (renamed from textproc/xerces/pkg-plist) | 0 |
6 files changed, 3 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1268deaa9427..9bad40fb44f6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -282,6 +282,7 @@ SUBDIR += wordnet SUBDIR += wv SUBDIR += xerces + SUBDIR += xerces-j SUBDIR += xhtml SUBDIR += xlhtml SUBDIR += xls2xml diff --git a/textproc/xerces/Makefile b/textproc/xerces-j/Makefile index 08574d91c56c..1fb253ca8941 100644 --- a/textproc/xerces/Makefile +++ b/textproc/xerces-j/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xerces +PORTNAME= xerces-j PORTVERSION= 1.4.4 CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-j/ @@ -15,7 +15,7 @@ MAINTAINER= kevlo@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g} +WRKSRC= ${WRKDIR}/xerces-${PORTVERSION:S/./_/g} NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" diff --git a/textproc/xerces/distinfo b/textproc/xerces-j/distinfo index 203eeed37d92..203eeed37d92 100644 --- a/textproc/xerces/distinfo +++ b/textproc/xerces-j/distinfo diff --git a/textproc/xerces/pkg-comment b/textproc/xerces-j/pkg-comment index 8bc8117136d4..8bc8117136d4 100644 --- a/textproc/xerces/pkg-comment +++ b/textproc/xerces-j/pkg-comment diff --git a/textproc/xerces/pkg-descr b/textproc/xerces-j/pkg-descr index 759fa092d340..759fa092d340 100644 --- a/textproc/xerces/pkg-descr +++ b/textproc/xerces-j/pkg-descr diff --git a/textproc/xerces/pkg-plist b/textproc/xerces-j/pkg-plist index cc3acffb727f..cc3acffb727f 100644 --- a/textproc/xerces/pkg-plist +++ b/textproc/xerces-j/pkg-plist |