mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Fix installation of the link to tmac.an. $(FOO} doesn't work.
This commit is contained in:
parent
c3280a6d1a
commit
b34bc5463d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5710
@ -4,11 +4,11 @@ TMACOWN?= bin
|
||||
TMACGRP?= bin
|
||||
TMACMODE?= 444
|
||||
TMACDIR?= /usr/share/tmac
|
||||
MDOCDIR?= $(TMACDIR)/mdoc
|
||||
MDOCDIR?= ${TMACDIR}/mdoc
|
||||
|
||||
MAN7= groff_ms.7 me.7
|
||||
MLINKS= groff_ms.7 ms.7
|
||||
LINKS= $(TMACDIR}/tmac.andoc $(TMACDIR)/tmac.an
|
||||
LINKS= ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.an
|
||||
|
||||
MANDEPEND= ${MAN7}
|
||||
CLEANFILES+= temp ${MANDEPEND} tmac.groff_an
|
||||
|
Loading…
Reference in New Issue
Block a user