diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-30 02:59:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-30 02:59:09 +0000 |
commit | cf20c9dccf8f604583783ca836a76e58c739bbba (patch) | |
tree | ebcbe6f0e3a69f13cc2932442d89579b5ad90709 /news/dnews | |
parent | upgrade dnews to most recent FreeBSD version 4.2j (diff) |
Add PKGNAME, DISTNAME has no version info.
Notes
Notes:
svn path=/head/; revision=6626
Diffstat (limited to '')
-rw-r--r-- | news/dnews/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile index 4ed4b5e2d884..ab2994a129a8 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -3,10 +3,11 @@ # Date created: Thu May 29 17:16:36 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.3 1997/05/29 15:22:13 andreas Exp $ # DISTNAME= dnews +PKGNAME= dnews-4.2j CATEGORIES= news MASTER_SITES= ftp://ftp.netwinsite.com/pub/netwinsite/dnews/ DISTFILES= dnews42j_freebsd.tar.Z |