diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/xp | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | FreeBSD-ports-a8843baba6a200bd1438954f77dd13e4fda505d9.zip FreeBSD-ports-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/xp')
-rw-r--r-- | textproc/xp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index a42685f..485e12e 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: xp -# Version required: 0.5 # Date created: 21 September 1999 # Whom: mike # # $FreeBSD$ # -DISTNAME= xp -PKGNAME= xp-0.5 +PORTNAME= xp +PORTVERSION= 0.5 CATEGORIES= textproc java MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ +DISTNAME= ${PORTNAME} MAINTAINER= mike@vee.net RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk -XP_VERSION= 0.5 -PLIST_SUB+= XP_VERSION=${XP_VERSION} +PLIST_SUB+= XP_VERSION=${PORTVERSION} NO_WORKSUBDIR= yes NO_BUILD= yes |