diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:28:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:28:23 +0000 |
commit | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (patch) | |
tree | 25063720d39a07623962b50c29593a474d96d31e /chinese/rxvt | |
parent | Convert to PORTNAME/PORTVERSION. I'm doing these first so we can test (diff) |
Convert to PORTNAME/PORTVERSION.
Anomalies found:
- autoconvert was missing "zh-" in front of PKGNAME
- xcin (both 2.3 and 2.5) had invalid version strings
- neither of xcin ports had NO_LATEST_LINK
- telnet8-1.0 thinks PKGNAME is zh-telnet-1.0
Fixed all except the last (I wasn't sure if it was intentional).
Diffstat (limited to 'chinese/rxvt')
-rw-r--r-- | chinese/rxvt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 03985ccfa736..f1f30ad729a8 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -1,13 +1,12 @@ # New ports collection Makefile for: rxvt -# Version required: 2.6.0 # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # # $FreeBSD$ # -DISTNAME= rxvt-2.7.3 -PKGNAME= zh-rxvt-2.7.3 +PORTNAME= rxvt +PORTVERSION= 2.7.3 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ |