pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dbus-glib Honor PKGMANDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e79cfbd0186
branches: trunk
changeset: 511054:7e79cfbd0186
user: reed <reed%pkgsrc.org@localhost>
date: Sat Apr 08 20:50:35 2006 +0000
description:
Honor PKGMANDIR.
diffstat:
sysutils/dbus-glib/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0b2333df1006 -r 7e79cfbd0186 sysutils/dbus-glib/Makefile
--- a/sysutils/dbus-glib/Makefile Sat Apr 08 20:35:49 2006 +0000
+++ b/sysutils/dbus-glib/Makefile Sat Apr 08 20:50:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/30 20:57:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2006/04/08 20:50:35 reed Exp $
#
DBUS_INTERFACE= glib
@@ -11,7 +11,7 @@
# dbus package).
INSTALL_DIRS= ${WRKSRC}/glib
-INSTALLATION_DIRS= bin lib/pkgconfig man/man1
+INSTALLATION_DIRS= bin lib/pkgconfig ${PKGMANDIR}/man1
PRINT_PLIST_AWK+= /^@dirrm include\/dbus-1.0\/dbus$$/ \
{ print "@comment in dbus: " $$0; next; }
@@ -27,7 +27,7 @@
cd ${WRKSRC}/tools && ${LIBTOOL} --mode=install \
${INSTALL_PROGRAM} dbus-monitor ${PREFIX}/bin/dbus-monitor
${INSTALL_DATA} ${WRKSRC}/tools/dbus-monitor.1 \
- ${PREFIX}/man/man1/dbus-monitor.1
+ ${PREFIX}/${PKGMANDIR}/man1/dbus-monitor.1
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index