diff options
author | tron <tron@pkgsrc.org> | 1998-02-28 19:07:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-28 19:07:15 +0000 |
commit | 45780d7541a274fb863442202696d46d06662e99 (patch) | |
tree | 38ec339f11b9465dd6f7b093689967d32223b086 /net/ttcp | |
parent | e3545075f129457105c0a5959e918a94bf65b9f3 (diff) | |
download | pkgsrc-45780d7541a274fb863442202696d46d06662e99.tar.gz |
portlint: ${PKGNAME} must contain a version number.
Diffstat (limited to 'net/ttcp')
-rw-r--r-- | net/ttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index 1541dd29ed2..060d26cb31a 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -3,10 +3,11 @@ # Date created: 14 December 1997 # Whom: thorpej # -# $NetBSD: Makefile,v 1.5 1998/02/28 19:03:13 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/28 19:07:15 tron Exp $ # DISTNAME= ttcp +PKGNAME= ${DISTNAME}-1.12 CATEGORIES= net MASTER_SITES= http://www.ccci.com/tools/ttcp/ EXTRACT_SUFX= .tar.Z |