diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 20:35:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 20:35:22 +0000 |
commit | f6cb2ab367b517cb09ed5684d65a0e17aa50ba9b (patch) | |
tree | fb2fa69802a1d9724ab5927f457044036fe560f7 | |
parent | 192661323a29f2ac7198b6ef586ffa3cc1e304f3 (diff) |
fix MANDIR
-rw-r--r-- | app/xsystrace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile index 388bbfbad..488b8b872 100644 --- a/app/xsystrace/Makefile +++ b/app/xsystrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/11/27 20:19:57 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/27 20:35:21 matthieu Exp $ PROG= xsystrace MAN= xsystrace.1 @@ -16,6 +16,8 @@ beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ ${.CURDIR}/Xsystrace.ad ${PREFIX}/${LIBDIR}/X11/app-defaults/Xsystrace +MANDIR= ${X11BASE}/man/cat + .include <bsd.prog.mk> .include <bsd.xorg.mk> .include <bsd.subdir.mk> |