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 /textproc/html2text | |
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 'textproc/html2text')
-rw-r--r-- | textproc/html2text/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 71be7a424a9..4cdbee633b0 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/28 11:25:15 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:28 jlam Exp $ DISTNAME= html2text-1.3.2a CATEGORIES= textproc @@ -12,6 +12,7 @@ USE_LANGUAGES= c c++ GCC_REQD= 3.0 HAS_CONFIGURE= yes CONFIGURE_ENV+= ECHO="${ECHO}" +PKGSRC_USE_TOOLS+= gunzip post-build: ${GUNZIP_CMD} -d ${WRKSRC}/html2text.1.gz ${WRKSRC}/html2textrc.5.gz |