diff options
author | tron <tron@pkgsrc.org> | 1999-05-17 00:36:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-17 00:36:44 +0000 |
commit | e600ee82c4abb46d27206200c015aa8adfa80918 (patch) | |
tree | 05ddda21f9f150ea6fed9dfeaed8af0696a49af2 /emulators/suse_libc5 | |
parent | 264c0dd97ac643b2d9a390f5f8756e44672f441c (diff) | |
download | pkgsrc-e600ee82c4abb46d27206200c015aa8adfa80918.tar.gz |
Don't attempt to decompress manual pages because that will fail horribly
with out automatically generated package lists.
Diffstat (limited to 'emulators/suse_libc5')
-rw-r--r-- | emulators/suse_libc5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 6eeffd9dd81..394a0cc577a 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 00:14:50 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/17 00:36:44 tron Exp $ DISTNAME= suse_libc5-6.1 CATEGORIES= emulators @@ -20,6 +20,7 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_WRKSUBDIR= yes MANCOMPRESSED= yes +MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC EMULSUBDIR= emul/linux |