diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/xp | |
parent | Add WWW (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
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 a42685ff25f6..485e12e5210a 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 |