diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 419428ec4a15d9456b030da53a2a8336034141b3 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /lang/snobol/Makefile | |
parent | a7b48d62bcbdeab27e99fce58658275c20ccdfaf (diff) | |
download | pkgsrc-419428ec4a15d9456b030da53a2a8336034141b3.tar.gz |
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.
Diffstat (limited to 'lang/snobol/Makefile')
-rw-r--r-- | lang/snobol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |