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/xt | |
parent | Add WWW (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
Diffstat (limited to 'textproc/xt')
-rw-r--r-- | textproc/xt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index eb2b7d5c9c6a..faeb45f7e7f3 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: XT -# Version required: 19991105 # Date created: 23 June 1999 # Whom: Jun Kuriyama <kuriyama@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xt -PKGNAME= xt-19991105 +PORTNAME= xt +PORTVERSION= 19991105 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ +DISTNAME= ${PORTNAME} MAINTAINER= kuriyama@FreeBSD.org |