diff options
author | joerg <joerg> | 2006-11-02 17:59:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-02 17:59:37 +0000 |
commit | 124972920685718ccf47d3d71cf546d1ad69324f (patch) | |
tree | bf98a947b9317d506539cf3bb1a6aee497b8bb5f /devel/pkg-config | |
parent | ba476ff4285cb13b4ac7f129ce3351f70fef328a (diff) | |
download | pkgsrc-124972920685718ccf47d3d71cf546d1ad69324f.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel/pkg-config')
-rw-r--r-- | devel/pkg-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 64b0dff8de4..00c47fa2a7c 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/08/22 18:21:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/11/02 18:17:22 joerg Exp $ # DISTNAME= pkg-config-0.21 @@ -10,6 +10,7 @@ HOMEPAGE= http://pkgconfig.freedesktop.org/ COMMENT= System for managing library compile/link flags PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES |