summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 13:53:24 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 13:53:24 +0000
commit23698ca225d697ac1281449e75ac5c114863e96f (patch)
tree66f2925b10af2fdf55fed778586195571c895a49
parent1c553090ac67ea6d7b09c5dfa78aa4a967833c8b (diff)
Fix xman.help location
-rw-r--r--app/xman/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xman/Makefile.bsd-wrapper b/app/xman/Makefile.bsd-wrapper
index 136b2e6a7..158096e02 100644
--- a/app/xman/Makefile.bsd-wrapper
+++ b/app/xman/Makefile.bsd-wrapper
@@ -1,3 +1,5 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:26 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 13:53:23 matthieu Exp $
+
+CONFIGURE_ARGS= --with-helpdir=${LIBDIR}/X11
.include <bsd.xorg.mk>