diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 15:58:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 15:58:54 +0000 |
commit | 9d70813916a3877d411d828e97e3ad143321dcd9 (patch) | |
tree | 0897c0a55946eb9bdd88c031f64f5f29aefd9e6a /textproc/xalan-j/Makefile | |
parent | 69b9bce8116687d5e7a2bc6cf5050c4ebedf1d8b (diff) | |
download | ports-9d70813916a3877d411d828e97e3ad143321dcd9.tar.gz ports-9d70813916a3877d411d828e97e3ad143321dcd9.zip |
upgrade to 2.1.0
Brush up pkg-plist. (sorting entries, and replacing version number
to %%PORTVERSION%% by using ${PLIST_SUB})
Makefile brush up (generate ${DISTNAME} from ${PORTNAME} and
${PORTVERSION})
PR: 27609
Submitted by: KUNISHIMA Takeo <kunishi@acm.org>
Notes
Notes:
svn path=/head/; revision=43272
Diffstat (limited to 'textproc/xalan-j/Makefile')
-rw-r--r-- | textproc/xalan-j/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 2c2d1f2a585e..bb84dc0c55a3 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -6,12 +6,12 @@ # PORTNAME= xalan-j -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= java textproc MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \ http://xml.apache.org/dist/old/${PORTNAME}/ \ http://www.jollem.com/~ernst/ -DISTNAME= ${PORTNAME}_2_0_1 +DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= ernst@jollem.com @@ -22,6 +22,8 @@ JAVAVM?= ${LOCALBASE}/bin/javavm NO_BUILD= YES PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION} +PLIST_SUB= PORTVERSION="${PORTVERSION}" + do-install: @${MKDIR} ${PORTDESTDIR} @${CP} -r ${WRKSRC}/* ${PORTDESTDIR} |