diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /net/telnetx | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/telnetx')
-rw-r--r-- | net/telnetx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/telnetx/Makefile b/net/telnetx/Makefile index 502b82272748..2dc82bda6f16 100644 --- a/net/telnetx/Makefile +++ b/net/telnetx/Makefile @@ -3,12 +3,12 @@ # Date created: 22 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1996/11/05 04:14:42 max Exp $ +# $Id: Makefile,v 1.3 1996/11/13 12:41:28 asami Exp $ # DISTNAME= telnetx+transit.src.940401 PKGNAME= telnetx-940401 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ \ http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ |