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_base | |
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_base')
-rw-r--r-- | emulators/suse_base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 11f9f93a3ac..065f71c9961 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 00:14:49 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/17 00:36:44 tron Exp $ DISTNAME= suse_base-6.1 CATEGORIES= emulators @@ -21,6 +21,7 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_WRKSUBDIR= yes MANCOMPRESSED= yes +MANZ= yes INSTALL_FILE= ${WRKDIR}/INSTALL PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |