diff options
author | tron <tron> | 2005-03-23 10:41:44 +0000 |
---|---|---|
committer | tron <tron> | 2005-03-23 10:41:44 +0000 |
commit | 6103fe4329835976108a4618f7f24a5ef14ec8c5 (patch) | |
tree | 4da55cce47c85466d4cbf1386e4ee17ee7c24033 /emulators | |
parent | e0e520c88e87c0e16e84fab977bf9d22c3b83d15 (diff) | |
download | pkgsrc-6103fe4329835976108a4618f7f24a5ef14ec8c5.tar.gz |
Add more files and directories in "etc" to the blacklist to avoid strange
behavior of e.g. Netscape 7. Based on a suggestion by Mark Davies in
private e-mail. Bump package revision because of this change.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_base/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index b92347d06bb..e111823d5f8 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/03/17 16:08:59 tron Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/23 10:41:44 tron Exp $ DISTNAME= suse_base-${SUSE_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -29,9 +29,12 @@ 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= ./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 +RPMIGNOREPATH= ./etc/bash.bashrc ./etc/bash_completion.d \ + ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \ + ./etc/inittab ./etc/hushlogins ./etc/java \ + ./etc/mailcap ./etc/mime.types ./etc/nsswitch.conf \ + ./etc/pam.d ./etc/profile ./etc/profile.dos \ + ./etc/rc.d.README ./etc/rpc ./etc/shells ./etc/ttytype LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd |