diff options
author | ache <ache@FreeBSD.org> | 1996-11-13 04:44:59 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-11-13 04:44:59 +0800 |
commit | 90d17596d8563711b502a70b509259e5c8afdae4 (patch) | |
tree | c3bc705483f11498e18efdff8a12ed4abff7e2bf | |
parent | 2ba5235ac1f7d1188efbe48ebbc88dad005c0a62 (diff) | |
download | freebsd-ports-gnome-90d17596d8563711b502a70b509259e5c8afdae4.tar.gz freebsd-ports-gnome-90d17596d8563711b502a70b509259e5c8afdae4.tar.zst freebsd-ports-gnome-90d17596d8563711b502a70b509259e5c8afdae4.zip |
Don't use variable substitution in PKGNAME
-rw-r--r-- | news/tin/Makefile | 4 |
1 files 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/ |