diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-10-08 19:37:27 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-10-08 19:37:27 +0000 |
commit | f341afe0b0eba5f03048cd0b2c9d9a78ebdf689d (patch) | |
tree | 12049049076e41341145abb32abf7779c46e9ba1 /cad | |
parent | Remove patch-ab, it doesn't make sense to install the library in (diff) |
Add an MLINK from spice.1 to spice3.1, since the actual executable is
installed as spice3 and, despite trying very hard, my hands are hardcoded
to type "man binary-name" for help on any executable.
Notes
Notes:
svn path=/head/; revision=22256
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index e916685fc08a..76f6ba93f740 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -25,6 +25,7 @@ NO_WRKSUBDIR= yes MAN1= sconvert.1 nutmeg.1 spice.1 MAN3= mfb.3 MAN5= mfbcap.5 +MLINKS= spice.1 spice3.1 post-install: .if !defined(NOPORTDOCS) |