pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcursor The package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/505822ea9d2b
branches:  trunk
changeset: 532559:505822ea9d2b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Aug 23 13:12:47 2007 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 x11/xcursor/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r deb10d36908e -r 505822ea9d2b x11/xcursor/Makefile
--- a/x11/xcursor/Makefile      Thu Aug 23 12:39:17 2007 +0000
+++ b/x11/xcursor/Makefile      Thu Aug 23 13:12:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/02/22 19:27:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/08/23 13:12:47 heinz Exp $
 #
 
 DISTNAME=              libXcursor-1.1.2
@@ -12,9 +12,10 @@
 HOMEPAGE=              http://www.freedesktop.org/Software/xlibs
 COMMENT=               Client-side cursor loading library for X
 
-CONFLICTS+=            libXcursor-[0-9]*
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
+CONFLICTS+=            libXcursor-[0-9]*
 
 USE_TOOLS+=            pkg-config
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index