diff options
author | wiz <wiz> | 2005-03-17 23:17:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-17 23:17:06 +0000 |
commit | baa772b107f11ebedfa27087882a3b82793387c1 (patch) | |
tree | 147e74625ec0e8c942cf3b02b6ff129c490515e9 /sysutils/mc/PLIST | |
parent | fbb40b410ef4999edc96dd72bc8e54c40c123fd7 (diff) | |
download | pkgsrc-baa772b107f11ebedfa27087882a3b82793387c1.tar.gz |
Only try removing share/mc after all the optional PLIST fragments,
since they are responsible for some files in share/mc.
Diffstat (limited to 'sysutils/mc/PLIST')
-rw-r--r-- | sysutils/mc/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/mc/PLIST b/sysutils/mc/PLIST index 52f988d5244..472f401f6e2 100644 --- a/sysutils/mc/PLIST +++ b/sysutils/mc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/02/12 01:02:50 rillig Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/03/17 23:17:06 wiz Exp $ bin/mc bin/mcmfmt bin/mcview @@ -77,7 +77,6 @@ share/mc/mc.lib share/mc/mc.menu share/mc/mc.menu.sr @dirrm share/mc/bin -@unexec ${RMDIR} %D/share/mc 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/man/sr/man8 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/man/sr/man1 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/man/sr 2>/dev/null || ${TRUE} |