diff options
author | tron <tron> | 1999-05-17 00:36:44 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-17 00:36:44 +0000 |
commit | c5668e1c39b72cb1563b8ee6f653da7354a71191 (patch) | |
tree | 05ddda21f9f150ea6fed9dfeaed8af0696a49af2 /emulators/suse_base | |
parent | 2be5945b782b2e41d4bfa35b5223581baf627841 (diff) | |
download | pkgsrc-c5668e1c39b72cb1563b8ee6f653da7354a71191.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 |