summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-10 00:53:10 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-10 00:53:10 +0000
commitdc0a03c770c17ad7a808a70e5ea26d2ae7efbf21 (patch)
treea26f5f48a0acaeb6fa3feef7103831740b692821 /x11-servers
parentUpdate with the new PORTNAME/PORTVERSION variables (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27433
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/Xatm/Makefile6
-rw-r--r--x11-servers/Xfstt/Makefile4
-rw-r--r--x11-servers/XttXF86srv-3DLabs/Makefile5
-rw-r--r--x11-servers/XttXF86srv-8514/Makefile5
-rw-r--r--x11-servers/XttXF86srv-AGX/Makefile5
-rw-r--r--x11-servers/XttXF86srv-I128/Makefile5
-rw-r--r--x11-servers/XttXF86srv-Mach32/Makefile5
-rw-r--r--x11-servers/XttXF86srv-Mach64/Makefile5
-rw-r--r--x11-servers/XttXF86srv-Mach8/Makefile5
-rw-r--r--x11-servers/XttXF86srv-Mono/Makefile5
-rw-r--r--x11-servers/XttXF86srv-P9000/Makefile5
-rw-r--r--x11-servers/XttXF86srv-S3/Makefile5
-rw-r--r--x11-servers/XttXF86srv-S3V/Makefile5
-rw-r--r--x11-servers/XttXF86srv-SVGA/Makefile5
-rw-r--r--x11-servers/XttXF86srv-VGA16/Makefile5
-rw-r--r--x11-servers/XttXF86srv-W32/Makefile5
-rw-r--r--x11-servers/XttXF86srv-common/Makefile5
-rw-r--r--x11-servers/XttXF86srv-xfs/Makefile5
-rw-r--r--x11-servers/XttXF98srv-EGC/Makefile5
-rw-r--r--x11-servers/XttXF98srv-GA968/Makefile5
-rw-r--r--x11-servers/XttXF98srv-GANBWAP/Makefile5
-rw-r--r--x11-servers/XttXF98srv-MGA/Makefile5
-rw-r--r--x11-servers/XttXF98srv-NEC480/Makefile5
-rw-r--r--x11-servers/XttXF98srv-NECS3/Makefile5
-rw-r--r--x11-servers/XttXF98srv-NKVNEC/Makefile5
-rw-r--r--x11-servers/XttXF98srv-PWLB/Makefile5
-rw-r--r--x11-servers/XttXF98srv-PWSKB/Makefile5
-rw-r--r--x11-servers/XttXF98srv-SVGA/Makefile5
-rw-r--r--x11-servers/XttXF98srv-TGUI/Makefile5
-rw-r--r--x11-servers/XttXF98srv-WABEP/Makefile5
-rw-r--r--x11-servers/XttXF98srv-WABS/Makefile5
-rw-r--r--x11-servers/XttXF98srv-WSNA/Makefile5
32 files changed, 65 insertions, 95 deletions
diff --git a/x11-servers/Xatm/Makefile b/x11-servers/Xatm/Makefile
index 5a93232bf108..e170ac07dfd6 100644
--- a/x11-servers/Xatm/Makefile
+++ b/x11-servers/Xatm/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: xfs-atm
-# Version required: 3.0.1
# Date created: 31 Oct 1999
# Whom: taguchi@tohoku.iij.ad.jp
#
# $FreeBSD$
#
-DISTNAME= xfs-atm+cid-3.0.1
-PKGNAME= xfs-atm-3.0.1
+PORTNAME= xfs-atm
+PORTVERSION= 3.0.1
CATEGORIES= x11
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/
+DISTNAME= ${PORTNAME}+cid-${PORTVERSION}
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile
index 80ae6470533c..3105a51afd20 100644
--- a/x11-servers/Xfstt/Makefile
+++ b/x11-servers/Xfstt/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: Xfstt
-# Version required: 1.1
# Date created: 11 September 1998
# Whom: jabley@clear.co.nz
#
# $FreeBSD$
#
-DISTNAME= xfstt-1.1
+PORTNAME= xfstt
+PORTVERSION= 1.1
CATEGORIES= x11-servers
MASTER_SITES= $(MASTER_SITE_SUNSITE)
MASTER_SITE_SUBDIR= X11/fonts
diff --git a/x11-servers/XttXF86srv-3DLabs/Makefile b/x11-servers/XttXF86srv-3DLabs/Makefile
index 5720b0e5974a..2672bc45345d 100644
--- a/x11-servers/XttXF86srv-3DLabs/Makefile
+++ b/x11-servers/XttXF86srv-3DLabs/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for 3DLabs with X True Type
-# Version required: 1.3.0
# Date created: 13 Dec 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-3DLabs-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-3DLabs
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-8514/Makefile b/x11-servers/XttXF86srv-8514/Makefile
index e405976b6159..49e7a9fcac9e 100644
--- a/x11-servers/XttXF86srv-8514/Makefile
+++ b/x11-servers/XttXF86srv-8514/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for I8514 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-8514-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-8514
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-AGX/Makefile b/x11-servers/XttXF86srv-AGX/Makefile
index 0fd87b093dee..1d194656cc66 100644
--- a/x11-servers/XttXF86srv-AGX/Makefile
+++ b/x11-servers/XttXF86srv-AGX/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for AGX with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-AGX-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-AGX
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-I128/Makefile b/x11-servers/XttXF86srv-I128/Makefile
index d735de96b8e2..5053db964bd6 100644
--- a/x11-servers/XttXF86srv-I128/Makefile
+++ b/x11-servers/XttXF86srv-I128/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for I128 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-I128-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-I128
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-Mach32/Makefile b/x11-servers/XttXF86srv-Mach32/Makefile
index 5cf61d08ea62..9aaa7d8559b3 100644
--- a/x11-servers/XttXF86srv-Mach32/Makefile
+++ b/x11-servers/XttXF86srv-Mach32/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for Mach32 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-Mach32-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-Mach32
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-Mach64/Makefile b/x11-servers/XttXF86srv-Mach64/Makefile
index 52cdeb770e61..091af00266e5 100644
--- a/x11-servers/XttXF86srv-Mach64/Makefile
+++ b/x11-servers/XttXF86srv-Mach64/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for Mach64 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-Mach64-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-Mach64
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-Mach8/Makefile b/x11-servers/XttXF86srv-Mach8/Makefile
index 4beda85f8cd4..ff9f71971b93 100644
--- a/x11-servers/XttXF86srv-Mach8/Makefile
+++ b/x11-servers/XttXF86srv-Mach8/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for Mach8 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-Mach8-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-Mach8
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-Mono/Makefile b/x11-servers/XttXF86srv-Mono/Makefile
index 67b67314eda0..9744771fade0 100644
--- a/x11-servers/XttXF86srv-Mono/Makefile
+++ b/x11-servers/XttXF86srv-Mono/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for Mono with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-Mono-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-Mono
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-P9000/Makefile b/x11-servers/XttXF86srv-P9000/Makefile
index 8feb688ca0f1..7e9f62e55eb9 100644
--- a/x11-servers/XttXF86srv-P9000/Makefile
+++ b/x11-servers/XttXF86srv-P9000/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for P9000 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-P9000-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-P9000
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-S3/Makefile b/x11-servers/XttXF86srv-S3/Makefile
index 440a627fbe81..c4e371fe21c7 100644
--- a/x11-servers/XttXF86srv-S3/Makefile
+++ b/x11-servers/XttXF86srv-S3/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for S3 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-S3-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-S3
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-S3V/Makefile b/x11-servers/XttXF86srv-S3V/Makefile
index 22b718f6b795..35eecc308d7b 100644
--- a/x11-servers/XttXF86srv-S3V/Makefile
+++ b/x11-servers/XttXF86srv-S3V/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for S3V with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-S3V-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-S3V
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-SVGA/Makefile b/x11-servers/XttXF86srv-SVGA/Makefile
index ce45a6276708..89a473ac7ec5 100644
--- a/x11-servers/XttXF86srv-SVGA/Makefile
+++ b/x11-servers/XttXF86srv-SVGA/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for SVGA with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-SVGA-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-SVGA
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-VGA16/Makefile b/x11-servers/XttXF86srv-VGA16/Makefile
index eaf680dd5fab..9f93541acffe 100644
--- a/x11-servers/XttXF86srv-VGA16/Makefile
+++ b/x11-servers/XttXF86srv-VGA16/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for VGA16 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-VGA16-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-VGA16
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-W32/Makefile b/x11-servers/XttXF86srv-W32/Makefile
index ff80dea05a32..ef504914a07f 100644
--- a/x11-servers/XttXF86srv-W32/Makefile
+++ b/x11-servers/XttXF86srv-W32/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Xserver for W32 with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-W32-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-W32
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile
index 5d2bf753ed33..26652b9c89d4 100644
--- a/x11-servers/XttXF86srv-common/Makefile
+++ b/x11-servers/XttXF86srv-common/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Common Files for Xservers with Xtt
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME?= xtt-common-${VERSION}.${PATCHLEVEL}
+PORTNAME?= xtt-common
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.5/source/ \
ftp://xfree86.cdrom.com/pub/XFree86/3.3.5/source/ \
diff --git a/x11-servers/XttXF86srv-xfs/Makefile b/x11-servers/XttXF86srv-xfs/Makefile
index 53549674a4fb..bca9f0e991c4 100644
--- a/x11-servers/XttXF86srv-xfs/Makefile
+++ b/x11-servers/XttXF86srv-xfs/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X Font Server with X True Type
-# Version required: 1.3.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-xfs-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-xfs
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
diff --git a/x11-servers/XttXF98srv-EGC/Makefile b/x11-servers/XttXF98srv-EGC/Makefile
index f8e412d0d2f5..a02f64311eda 100644
--- a/x11-servers/XttXF98srv-EGC/Makefile
+++ b/x11-servers/XttXF98srv-EGC/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for EGC with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98EGC-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98EGC
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-GA968/Makefile b/x11-servers/XttXF98srv-GA968/Makefile
index 7442c5465b8a..3ff22a32b411 100644
--- a/x11-servers/XttXF98srv-GA968/Makefile
+++ b/x11-servers/XttXF98srv-GA968/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for GA968 with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98GA968-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98GA968
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-GANBWAP/Makefile b/x11-servers/XttXF98srv-GANBWAP/Makefile
index 327b1294ea47..0e861c77cfad 100644
--- a/x11-servers/XttXF98srv-GANBWAP/Makefile
+++ b/x11-servers/XttXF98srv-GANBWAP/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for GANBWAP with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98GANBWAP-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98GANBWAP
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-MGA/Makefile b/x11-servers/XttXF98srv-MGA/Makefile
index 63bffde2e4c1..734736a8a52b 100644
--- a/x11-servers/XttXF98srv-MGA/Makefile
+++ b/x11-servers/XttXF98srv-MGA/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for MGA with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98MGA-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98MGA
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-NEC480/Makefile b/x11-servers/XttXF98srv-NEC480/Makefile
index 6258ca2a4050..e2f326658aee 100644
--- a/x11-servers/XttXF98srv-NEC480/Makefile
+++ b/x11-servers/XttXF98srv-NEC480/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for NEC480 with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98NEC480-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98NEC480
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-NECS3/Makefile b/x11-servers/XttXF98srv-NECS3/Makefile
index 8ecaaca26942..be5ad73c9bf3 100644
--- a/x11-servers/XttXF98srv-NECS3/Makefile
+++ b/x11-servers/XttXF98srv-NECS3/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for NECS3 with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98NECS3-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98NECS3
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-NKVNEC/Makefile b/x11-servers/XttXF98srv-NKVNEC/Makefile
index 445d773348ef..b7807b1069b9 100644
--- a/x11-servers/XttXF98srv-NKVNEC/Makefile
+++ b/x11-servers/XttXF98srv-NKVNEC/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for NKVNEC with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98NKVNEC-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98NKVNEC
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-PWLB/Makefile b/x11-servers/XttXF98srv-PWLB/Makefile
index 5a61fb05b4e8..19e1376cc2a4 100644
--- a/x11-servers/XttXF98srv-PWLB/Makefile
+++ b/x11-servers/XttXF98srv-PWLB/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for PWLB with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98PWLB-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98PWLB
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-PWSKB/Makefile b/x11-servers/XttXF98srv-PWSKB/Makefile
index ba9bf93c25c5..74ba0a9ea083 100644
--- a/x11-servers/XttXF98srv-PWSKB/Makefile
+++ b/x11-servers/XttXF98srv-PWSKB/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for PWSKB with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98PWSKB-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98PWSKB
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-SVGA/Makefile b/x11-servers/XttXF98srv-SVGA/Makefile
index 5b41b17e8584..17d0bbbb6b1d 100644
--- a/x11-servers/XttXF98srv-SVGA/Makefile
+++ b/x11-servers/XttXF98srv-SVGA/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for SVGA with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98SVGA-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98SVGA
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-TGUI/Makefile b/x11-servers/XttXF98srv-TGUI/Makefile
index 1be0c2ce9b99..88dc2254c430 100644
--- a/x11-servers/XttXF98srv-TGUI/Makefile
+++ b/x11-servers/XttXF98srv-TGUI/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for TGUI with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98TGUI-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98TGUI
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-WABEP/Makefile b/x11-servers/XttXF98srv-WABEP/Makefile
index 1baa79f8cd75..b4a5355c5fe5 100644
--- a/x11-servers/XttXF98srv-WABEP/Makefile
+++ b/x11-servers/XttXF98srv-WABEP/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for WABEP with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98WABEP-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98WABEP
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-WABS/Makefile b/x11-servers/XttXF98srv-WABS/Makefile
index e469c720f563..549840c25380 100644
--- a/x11-servers/XttXF98srv-WABS/Makefile
+++ b/x11-servers/XttXF98srv-WABS/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for WABS with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98WABS-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98WABS
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp
diff --git a/x11-servers/XttXF98srv-WSNA/Makefile b/x11-servers/XttXF98srv-WSNA/Makefile
index aeacb490f7f7..d3871d11a4b5 100644
--- a/x11-servers/XttXF98srv-WSNA/Makefile
+++ b/x11-servers/XttXF98srv-WSNA/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: X98server for WSNA with X True Type
-# Version required: 1.3.0
# Date created: 25 October 1998
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xc
-PKGNAME= xtt-98WSNA-${VERSION}.${PATCHLEVEL}
+PORTNAME= xtt-98WSNA
+PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= nakaji@tutrp.tut.ac.jp