diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-01 13:41:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-01 13:41:11 +0000 |
commit | 12541679f4e8a17022b39199f83d6f2cfa0ce617 (patch) | |
tree | cf98f3ebd7f2e3cb783945a2a4e4c75d2bb11f98 /x11-servers/XttXF86srv-Mach32/Makefile | |
parent | Make sure we don't ask question during package build. While I'm here, (diff) |
PR: 7794
Submitted by: maintainer
1. Xtt X True Type Server has been updated to 1.0.
Now it supports KOI-8 and many ISO-8859-* TrueType fonts.
2. Old version in ports-current has following probrems.
* All packages has same contents. this means all packages are broken.
* incorrect PKGNAME
* incorrect place for documents. it should be share/doc/. not lib/X11/doc/...
* incorrect spelling
Diffstat (limited to 'x11-servers/XttXF86srv-Mach32/Makefile')
-rw-r--r-- | x11-servers/XttXF86srv-Mach32/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-servers/XttXF86srv-Mach32/Makefile b/x11-servers/XttXF86srv-Mach32/Makefile index c2bcf030ec34..9a389fd5b6fa 100644 --- a/x11-servers/XttXF86srv-Mach32/Makefile +++ b/x11-servers/XttXF86srv-Mach32/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for Mach32 with X True Type -# Version required: 0.6 +# Version required: 1.0 # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/08/11 14:48:02 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-xf86srv-Mach32-0.6 +PKGNAME= xtt-Mach32-1.0 CATEGORIES= x11 SERVER= XF86_Mach32 |