diff options
author | itohy <itohy> | 2000-04-21 04:30:32 +0000 |
---|---|---|
committer | itohy <itohy> | 2000-04-21 04:30:32 +0000 |
commit | 00a9fce7e78683d716eb73686a791d3ee95783e3 (patch) | |
tree | ebc46e5b3cb10c13a94477cb82b2830fa2938b5e /www/w3m/Makefile | |
parent | 402462290e2b4226cc6a70fefe24c873049a01e4 (diff) | |
download | pkgsrc-00a9fce7e78683d716eb73686a791d3ee95783e3.tar.gz |
Oops, gcmain.c is in the archive but not extracted.
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 0e7b5437ffa..7ee6354c3f3 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/04/21 03:54:43 itohy Exp $ +# $NetBSD: Makefile,v 1.10 2000/04/21 04:30:32 itohy Exp $ DISTNAME= w3m-0.1.8 CATEGORIES= www @@ -20,9 +20,9 @@ BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" .if defined(EXTRACT_USING_PAX) -EXTRACT_ELEMENTS= -c w3m/gc\* +EXTRACT_ELEMENTS= -c w3m/gc/\* .else -EXTRACT_ELEMENTS= --exclude w3m/gc\* +EXTRACT_ELEMENTS= --exclude w3m/gc/\* .endif # Set this to NO for ISO-8859-1 support (exclusive to Japanese). |