diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-18 21:36:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-18 21:36:03 +0000 |
commit | ef58fbca223854170e648a3234e65aca538fa161 (patch) | |
tree | 16d36c65efc0e866e6fec7a7ade022d4e3283bc6 /x11/xforms | |
parent | a7a1d01bdf95ef01e83edcdab8ab9a003e7f6be9 (diff) | |
download | pkgsrc-ef58fbca223854170e648a3234e65aca538fa161.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 3 |
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" |