diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 13:13:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 13:13:26 +0000 |
commit | 1382094832785160be1b25d7c738845d580a2d9d (patch) | |
tree | f35c09968be0b3fea61d078d6d62660e0409d3fa /emulators | |
parent | 1a34af6f27f1efc0a6945f274602764de681f779 (diff) | |
download | pkgsrc-1382094832785160be1b25d7c738845d580a2d9d.tar.gz |
Remove obsolete comment concering "ncurses-p1.rpm".
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_base/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index bbfc6f6e291..ea47d41cc25 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/12/17 13:05:42 tron Exp $ +# $NetBSD: Makefile,v 1.19 2000/12/17 13:13:26 tron Exp $ DISTNAME= suse_base-${SUSE_VERSION} CATEGORIES= emulators @@ -16,13 +16,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 EXTRACT_ONLY= # empty PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -# Careful! The ncurses-p1.rpm file doesn't come from SuSE, quite. -# It's been rebuilt to use seteuid() where an ill-advised SuSE patch -# to standard ncurses uses setfsuid(), which is basically impossible -# to emulate correctly under NetBSD. So you'll find _this_ file _only_ -# on your local NetBSD mirror, not on SuSE or its mirrors. Don't use -# SuSE's ncurses.rpm -- it'll make things like /bin/sh dump core. -# RPMFILES= aaa_dir.rpm shlibs.rpm libz.rpm \ bash.rpm gppshare.rpm ncurses.rpm RPMIGNOREPATH= tmp usr/tmp var |