diff options
author | tron <tron> | 1998-02-28 19:07:15 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-28 19:07:15 +0000 |
commit | 1d26c92af94a4f28744b1700ecec42376e467088 (patch) | |
tree | 38ec339f11b9465dd6f7b093689967d32223b086 /net | |
parent | 7b5600770d693aeedc7b6d2504ddb6b96979bffc (diff) | |
download | pkgsrc-1d26c92af94a4f28744b1700ecec42376e467088.tar.gz |
portlint: ${PKGNAME} must contain a version number.
Diffstat (limited to 'net')
-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 |