diff options
author | tron <tron@pkgsrc.org> | 1999-02-19 08:31:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-19 08:31:20 +0000 |
commit | d982f6d84bff6c6946846b95ffd1046c8d0d4f0f (patch) | |
tree | 1fd6c11c2521756b3e46919f5814fae308c69854 /devel/automake | |
parent | 4ff582ff7cd16fde778476c33795e364a6827557 (diff) | |
download | pkgsrc-d982f6d84bff6c6946846b95ffd1046c8d0d4f0f.tar.gz |
Don't try to remove directory "share/aclocal" during deinstallation.
It is used by many packages and was added to "pkgsrc/mk/NetBSD.pkg.dist"
a while ago.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/automake/pkg/PLIST b/devel/automake/pkg/PLIST index 711e1abd7f8..fe72167d3b3 100644 --- a/devel/automake/pkg/PLIST +++ b/devel/automake/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/02/11 19:17:29 tv Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/02/19 08:31:20 tron Exp $ bin/aclocal bin/automake @unexec install-info --delete %D/info/automake.info %D/info/dir @@ -80,5 +80,4 @@ share/automake/ylwrap share/automake/mans.am share/automake/java.am share/automake/java-clean.am -@dirrm share/aclocal @dirrm share/automake |