From fd9f26d1198478a83b8e90536f75efd56c5a1ce3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 6 Feb 2001 18:27:36 +0000 Subject: Actually bump the version number to 0.99.4nb1, and un-hardwire the distfile in two places. --- lang/snobol/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lang/snobol') diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index c169530a303..eaf5823c606 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2001/02/06 18:13:51 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/06 18:27:36 wiz Exp $ # DISTNAME= snobol-0.99.4 +PKGNAME= snobol-0.99.4nb1 CATEGORIES= lang MASTER_SITES= ftp://ftp.snobol4.com/ \ ftp://alpha.gnu.org/budne/snobol/ -DISTFILES= vanilla.zip snobol-0.99.4.tar.gz +DISTFILES= vanilla.zip ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= refling@comet.lbl.gov HOMEPAGE= http://people.ne.mediaone.net/philbudne/snobol.html BUILD_DEPENDS= unzip:../../archivers/unzip -EXTRACT_ONLY= snobol-0.99.4.tar.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ALL_TARGET= it -- cgit v1.2.3