diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (patch) | |
tree | 5d3ce4ebf742d6c7efab5270043bf406d9787bd2 /misc/xd | |
parent | 2153aacca5d638114e5b89b94fc125218d87fe20 (diff) | |
download | FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.zip FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/xd')
-rw-r--r-- | misc/xd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile index 0db095f..e30999c 100644 --- a/misc/xd/Makefile +++ b/misc/xd/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xd -# Version required: 2.3 # Date created: 17 October 1997 # Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= xd-8087 -PKGNAME= xd-2.3 +PORTNAME= xd +PORTVERSION= 2.3 CATEGORIES= misc MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xd/ +DISTNAME= xd-8087 MAINTAINER= kiri@kiri.toba-cmt.ac.jp |