From 90d17596d8563711b502a70b509259e5c8afdae4 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 12 Nov 1996 20:44:59 +0000 Subject: Don't use variable substitution in PKGNAME --- news/tin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/tin/Makefile b/news/tin/Makefile index e96daaa007cc..c9e3fd3d83d4 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,11 +4,11 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.10 1996/11/08 06:15:06 ache Exp $ +# $Id: Makefile,v 1.11 1996/11/11 23:09:30 ache Exp $ # DISTNAME= tin1.3-unoff-BETA-961109 -PKGNAME= tin-1.3.${DISTNAME:S/tin1.3-unoff-BETA-//} +PKGNAME= tin-1.3.961109 CATEGORIES+= news MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \ ftp://nuxi.cs.ucdavis.edu/pub/tin/ -- cgit