From 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a Mon Sep 17 00:00:00 2001
From: Chris Piazza <cpiazza@FreeBSD.org>
Date: Sun, 9 Apr 2000 21:54:47 +0000
Subject: Update with the new PORTNAME/PORTVERSION variables

---
 textproc/xp/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'textproc/xp')

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
-- 
cgit v1.2.3