diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 18:12:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 18:12:11 +0000 |
commit | 8b7ba18cafb95d0114368a8f032506df4efa1985 (patch) | |
tree | 3d4c514b4bd7ab49fc05bd06865e0837ac2d4ec6 | |
parent | 61fafcc8d74f17a8915c29484f0d90d74d7fbf4d (diff) | |
download | pkgsrc-8b7ba18cafb95d0114368a8f032506df4efa1985.tar.gz |
Replace superfluous exec/unexec pair with an additional PLIST entry.
-rw-r--r-- | editors/mule/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/mule/PLIST b/editors/mule/PLIST index 2965c1bd685..697e468b050 100644 --- a/editors/mule/PLIST +++ b/editors/mule/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/02/16 21:34:18 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/12/01 18:12:11 wiz Exp $ bin/any2ps bin/b2m bin/coco @@ -6,9 +6,8 @@ bin/ctags bin/emacsclient bin/etags bin/m2ps +bin/mule bin/mule-19.28 -@exec ln %D/%F %B/mule -@unexec ${RM} %B/mule bin/rcs-checkin man/man1/coco.1 man/man1/ctags.1 |