diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-10-27 21:26:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-10-27 21:26:08 +0000 |
commit | b83058c6ddcd0dac3d9fc79917ddf49f865b2c3c (patch) | |
tree | d718d39a77a4da446f49b4b2c3c0c170922c2078 | |
parent | b4d2c5d45f24597a1eef28fcf7196073198a034d (diff) |
Add definitions to install the man page in the correct place.
-rw-r--r-- | lib/libxcvt/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libxcvt/Makefile.inc b/lib/libxcvt/Makefile.inc new file mode 100644 index 000000000..0c29b764a --- /dev/null +++ b/lib/libxcvt/Makefile.inc @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.1 2021/10/27 21:26:07 matthieu Exp $ + +X11BASE ?= /usr/X11R6 +MANDIR = ${X11BASE}/man/man + |