From 9f9288f542da250b3c4580320056f83ecd94fb45 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 22:02:26 +0000 Subject: Note where gzip or gunzip is required by the package since it isn't required by default any longer in bsd.pkg.mk under the new tools framework. --- lang/snobol/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/snobol/Makefile') diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index a8bdf69d0d1..e45c8bb2be8 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:27 jlam Exp $ # DISTNAME= snobol-0.99.4 @@ -18,7 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} BUILD_TARGET= it -USE_CONFIGURE= NO +USE_CONFIGURE= NO +PKGSRC_USE_TOOLS+= gzip do-install: @${CP} ${WRKSRC}/doc/head ${WRKSRC}/doc/tutorial -- cgit v1.2.3