diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
commit | 7f279c69f3bbfb01502eb4a86a67241c8385a76a (patch) | |
tree | bf98a947b9317d506539cf3bb1a6aee497b8bb5f /devel/libidn | |
parent | a249557e2ef3692a146b62db38822e71392b403b (diff) | |
download | pkgsrc-7f279c69f3bbfb01502eb4a86a67241c8385a76a.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 2a1b72c73ca..c9818d7f519 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/10/23 22:58:17 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/11/02 18:17:22 joerg Exp $ DISTNAME= libidn-0.6.8 CATEGORIES= devel @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/libidn/ COMMENT= Internationalized Domain Names command line tool PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |