diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (patch) | |
tree | ab2f44c93df74a3fd0f6c30b0eac92355922e845 /news/dnews | |
parent | 59df8af48ea44d533d5de8118602cc174bda92da (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27420
Diffstat (limited to 'news/dnews')
-rw-r--r-- | news/dnews/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile index 7ea6b9328af3..d28a4b215fa0 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: dnews -# Version required: 47k # Date created: Thu May 29 17:16:36 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= dnews47k_freebsd -PKGNAME= dnews-4.7k +PORTNAME= dnews +PORTVERSION= 4.7k CATEGORIES= news MASTER_SITES= ftp://ftp.netwinsite.com/pub/netwinsite/dnews/ +DISTNAME= dnews47k_freebsd EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |