diff options
author | martti <martti> | 2005-05-25 19:47:14 +0000 |
---|---|---|
committer | martti <martti> | 2005-05-25 19:47:14 +0000 |
commit | f0a54778781f81deef760b51db880c4a03e2f45e (patch) | |
tree | 3d6e3e06492648f12e0a6e7b6dfb270c163b6b74 /x11/libxfce4mcs/Makefile | |
parent | 5d9d03755197c2af02ce5d960581aef15bb7b246 (diff) | |
download | pkgsrc-f0a54778781f81deef760b51db880c4a03e2f45e.tar.gz |
Added CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/doc/html to
install the documentation into right place.
Diffstat (limited to 'x11/libxfce4mcs/Makefile')
-rw-r--r-- | x11/libxfce4mcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index d36f7a2be03..baa98adeff0 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/01/17 12:56:13 martti Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/25 19:47:14 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -6,6 +6,8 @@ DISTNAME= libxfce4mcs-${XFCE4_VERSION} CATEGORIES= x11 COMMENT= XFce4 settings management library +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html + PKGCONFIG_OVERRIDE= libxfce4mcs/libxfce4mcs-client-1.0.pc.in PKGCONFIG_OVERRIDE+= libxfce4mcs/libxfce4mcs-manager-1.0.pc.in |