diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-18 03:06:36 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-18 03:06:36 +0800 |
commit | 9fefa0ff0e7171be2d95b8569a5354a1fc222faa (patch) | |
tree | 72f0109c97f8867d770f73c668a45baabe38d754 /emulators/mtools | |
parent | 043ae4c8160c31658a0caf40060e27d06f389f9f (diff) | |
download | freebsd-ports-gnome-9fefa0ff0e7171be2d95b8569a5354a1fc222faa.tar.gz freebsd-ports-gnome-9fefa0ff0e7171be2d95b8569a5354a1fc222faa.tar.zst freebsd-ports-gnome-9fefa0ff0e7171be2d95b8569a5354a1fc222faa.zip |
Yes, I damaged pkg_[add|delete] on this one while removing the
manpages, too.
Not that it would have mattered much, since this is marked RESTRICTED.
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist index 1a73bcdc15b7..939c69573501 100644 --- a/emulators/mtools/pkg-plist +++ b/emulators/mtools/pkg-plist @@ -54,5 +54,5 @@ info/mtools.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/mtools.info %D/info/dir etc/mtools.conf -@exec ln -fs %D/%F %B/mwrite.1.gz -@unexec rm %B/mwrite.1.gz +@exec ln -fs %D/man/man1/mcopy.1.gz %D/man/man1/mwrite.1.gz +@unexec rm %D/man/man1/mwrite.1.gz |