summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-18 21:36:03 +0000
committerrillig <rillig>2006-10-18 21:36:03 +0000
commit33e676c96d85c9dee7becd312aa7e87adac5f587 (patch)
tree16d36c65efc0e866e6fec7a7ade022d4e3283bc6
parentd3688435942253b45731397c16747d4e0bc91f56 (diff)
downloadpkgsrc-33e676c96d85c9dee7becd312aa7e87adac5f587.tar.gz
Fixed PKGMANDIR.
-rw-r--r--x11/xforms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile
index 7cfccb465b8..4957434eb9c 100644
--- a/x11/xforms/Makefile
+++ b/x11/xforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/03/04 21:31:13 jlam Exp $
+# $NetBSD: Makefile,v 1.57 2006/10/18 21:36:03 rillig Exp $
#
DISTNAME= xforms-1.0-release
@@ -16,6 +16,7 @@ COMMENT= Graphical user interface toolkit for X Window System
USE_IMAKE= YES
MAKE_ENV= DEPEND_DEFINES=${CPPFLAGS:M*:Q}
+MAKE_FLAGS+= MANPATH=${PREFIX}/${PKGMANDIR}
SCRIPTS_ENV= DEPEND_DEFINES="${CPPFLAGS}"
.include "../../graphics/jpeg/buildlink3.mk"