diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:53:10 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:53:10 +0000 |
commit | afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8 (patch) | |
tree | bf08df7da959ce3b74c7f75eb024e3ae4e23cd08 /x11-servers/XttXF86srv-Mach32 | |
parent | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (diff) | |
download | FreeBSD-ports-afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8.zip FreeBSD-ports-afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-servers/XttXF86srv-Mach32')
-rw-r--r-- | x11-servers/XttXF86srv-Mach32/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-servers/XttXF86srv-Mach32/Makefile b/x11-servers/XttXF86srv-Mach32/Makefile index 5cf61d0..9aaa7d8 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 |