diff options
author | heinz <heinz> | 2007-08-23 13:12:47 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-08-23 13:12:47 +0000 |
commit | eee67483560cc3e6443fe96b36f1b3a5074bc247 (patch) | |
tree | 1aaf95611cf15b26dae5060b1c4d95506be93486 /x11/xcursor/Makefile | |
parent | 266e6d56914b0dc4efe1f0621b1b0cf2eadb1369 (diff) | |
download | pkgsrc-eee67483560cc3e6443fe96b36f1b3a5074bc247.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'x11/xcursor/Makefile')
-rw-r--r-- | x11/xcursor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xcursor/Makefile b/x11/xcursor/Makefile index f8fcdc0c054..90f0d53860e 100644 --- a/x11/xcursor/Makefile +++ b/x11/xcursor/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 + +CONFLICTS+= libXcursor-[0-9]* USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes |