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 /graphics/png | |
parent | a249557e2ef3692a146b62db38822e71392b403b (diff) | |
download | pkgsrc-7f279c69f3bbfb01502eb4a86a67241c8385a76a.tar.gz |
DESTDIR support.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 56ad1ee0b13..eec8f552f81 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2006/07/07 09:35:05 rillig Exp $ +# $NetBSD: Makefile,v 1.83 2006/11/02 18:00:43 joerg Exp $ DISTNAME= libpng-1.2.12 PKGNAME= ${DISTNAME:S/lib//} @@ -15,6 +15,7 @@ HOMEPAGE= http://www.libpng.org/pub/png/ COMMENT= Library for manipulating PNG images PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= scripts/libpng.pc.in |