diff options
author | joerg <joerg> | 2006-11-03 07:12:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-03 07:12:24 +0000 |
commit | 6cfe73b3a33ef7561775935378e88d2155b3c166 (patch) | |
tree | adad21a6f3ffd99ae142f3aee6e93d9a8d019025 /fonts/fontconfig | |
parent | 2d6370ab471f658eda6bd69171c94ad919513d84 (diff) | |
download | pkgsrc-6cfe73b3a33ef7561775935378e88d2155b3c166.tar.gz |
DESTDIR support.
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r-- | fonts/fontconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 89a8da1bc13..c61a4af1a60 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/10/03 18:16:13 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2006/11/03 07:13:31 joerg Exp $ DISTNAME= fontconfig-2.4.1 CATEGORIES= fonts @@ -9,6 +9,7 @@ HOMEPAGE= http://www.fontconfig.org/ COMMENT= Library for configuring and customizing font access PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES |