diff options
author | tron <tron@pkgsrc.org> | 2005-03-17 16:08:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-03-17 16:08:59 +0000 |
commit | 4f8cbb4f848fdbb397e36734432667bd1fc48297 (patch) | |
tree | b153c26cc8b508a288073dc806ed1b050c486bd5 /emulators | |
parent | af97160023f5207f258eec54495242f8e74f1ed3 (diff) | |
download | pkgsrc-4f8cbb4f848fdbb397e36734432667bd1fc48297.tar.gz |
Remove outdated entries from "RPMIGNOREPATH" and add some new ones to
prevent the installation of certain configuration files like e.g.
"nsswitch.conf" which might conflict with files in the host system. This
should fix the problems with running OpenOffice on NetBSD systems using
NIS as reported by Jan Schaumann in PR pkg/29025. Bump package revision
because of the above change.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_base/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index 1cf13f0dafb..b92347d06bb 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/10/02 01:26:19 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/17 16:08:59 tron Exp $ DISTNAME= suse_base-${SUSE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -29,7 +29,9 @@ RPMFILES= aaa_base-9.1-0.${SUSE_ARCH}.rpm \ ncurses-5.4-59.${SUSE_ARCH}.rpm \ readline-4.3-306.${SUSE_ARCH}.rpm \ zlib-1.2.1-70.${SUSE_ARCH}.rpm -RPMIGNOREPATH= tmp usr/tmp var +RPMIGNOREPATH= ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \ + ./etc/nsswitch.conf ./etc/pam.d ./etc/profile \ + ./etc/profile.d ./etc/profile.dos ./etc/shells LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd |