diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-11 16:58:29 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-11 16:58:29 +0800 |
commit | c7387d31fbceaf0625ba45e22111bd762c572725 (patch) | |
tree | 8893b7ff7164d6e25004de2151d80ddef5d52379 /textproc | |
parent | 167b943794a77867ff0dba93d456893c599f67ec (diff) | |
download | freebsd-ports-gnome-c7387d31fbceaf0625ba45e22111bd762c572725.tar.gz freebsd-ports-gnome-c7387d31fbceaf0625ba45e22111bd762c572725.tar.zst freebsd-ports-gnome-c7387d31fbceaf0625ba45e22111bd762c572725.zip |
Rename xerces to xerces-j. Please repocopy this, thanks.
PR: 27266
Submitted by: znard
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 |