diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 20:39:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 20:39:40 +0000 |
commit | 149ae1e059181e3730a5cff7eee46d00a6fa4b68 (patch) | |
tree | 7911b971b40f0863cec18affcaf3016e172066d4 /app/xsystrace | |
parent | f6cb2ab367b517cb09ed5684d65a0e17aa50ba9b (diff) |
Really fix man page install.
XX There ought to be a better way to do that
Diffstat (limited to 'app/xsystrace')
-rw-r--r-- | app/xsystrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile index 488b8b872..1eb4ae2e0 100644 --- a/app/xsystrace/Makefile +++ b/app/xsystrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2006/11/27 20:35:21 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2006/11/27 20:39:39 matthieu Exp $ PROG= xsystrace MAN= xsystrace.1 @@ -16,6 +16,7 @@ beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ ${.CURDIR}/Xsystrace.ad ${PREFIX}/${LIBDIR}/X11/app-defaults/Xsystrace +X11BASE?= /usr/X11R6 MANDIR= ${X11BASE}/man/cat .include <bsd.prog.mk> |