diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:13:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:13:25 +0000 |
commit | d1205fbe20c424921c1f30d8e479f31402341ca7 (patch) | |
tree | 534826e25bcfbb33533c77564ce384d8d8dd98c3 /sysutils/mc | |
parent | a7378a32e9665c8969a33df848665b599280d906 (diff) | |
download | pkgsrc-d1205fbe20c424921c1f30d8e479f31402341ca7.tar.gz |
Remove @dirrm entries from PLISTs
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/PLIST | 3 | ||||
-rw-r--r-- | sysutils/mc/PLIST.cons.saver | 3 | ||||
-rw-r--r-- | sysutils/mc/PLIST.mcedit | 3 | ||||
-rw-r--r-- | sysutils/mc/PLIST.vfs | 4 |
4 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/mc/PLIST b/sysutils/mc/PLIST index fbc6548524a..04eb475176a 100644 --- a/sysutils/mc/PLIST +++ b/sysutils/mc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:34 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:16:09 joerg Exp $ bin/mc bin/mcmfmt bin/mcview @@ -76,7 +76,6 @@ share/mc/mc.hlp.sr share/mc/mc.lib share/mc/mc.menu share/mc/mc.menu.sr -@dirrm share/mc/bin @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} diff --git a/sysutils/mc/PLIST.cons.saver b/sysutils/mc/PLIST.cons.saver index a0cf9fbfbda..127f9a9a4f4 100644 --- a/sysutils/mc/PLIST.cons.saver +++ b/sysutils/mc/PLIST.cons.saver @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST.cons.saver,v 1.1 2005/01/15 21:15:26 wiz Exp $ +@comment $NetBSD: PLIST.cons.saver,v 1.2 2009/06/14 18:16:09 joerg Exp $ lib/mc/cons.saver -@dirrm lib/mc diff --git a/sysutils/mc/PLIST.mcedit b/sysutils/mc/PLIST.mcedit index dd7724a3638..75769678c31 100644 --- a/sysutils/mc/PLIST.mcedit +++ b/sysutils/mc/PLIST.mcedit @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.mcedit,v 1.4 2005/08/04 10:12:06 rillig Exp $ +@comment $NetBSD: PLIST.mcedit,v 1.5 2009/06/14 18:16:09 joerg Exp $ bin/mcedit share/mc/syntax/Syntax share/mc/syntax/ada95.syntax @@ -43,4 +43,3 @@ share/mc/syntax/tcl.syntax share/mc/syntax/texinfo.syntax share/mc/syntax/unknown.syntax share/mc/syntax/xml.syntax -@dirrm share/mc/syntax diff --git a/sysutils/mc/PLIST.vfs b/sysutils/mc/PLIST.vfs index 61182f39204..b0f7dcf5157 100644 --- a/sysutils/mc/PLIST.vfs +++ b/sysutils/mc/PLIST.vfs @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.vfs,v 1.2 2008/02/14 12:26:56 drochner Exp $ +@comment $NetBSD: PLIST.vfs,v 1.3 2009/06/14 18:16:09 joerg Exp $ share/examples/mc/extfs.ini share/examples/mc/sfs.ini share/mc/extfs/README @@ -25,5 +25,3 @@ share/mc/extfs/ulha share/mc/extfs/urar share/mc/extfs/uzip share/mc/extfs/uzoo -@dirrm share/mc/extfs -@dirrm share/examples/mc |