pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/proj Supports DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62edfa601020
branches:  trunk
changeset: 532327:62edfa601020
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 16 00:18:31 2007 +0000

description:
Supports DESTDIR.

diffstat:

 misc/proj/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b6ed0af593d9 -r 62edfa601020 misc/proj/Makefile
--- a/misc/proj/Makefile        Thu Aug 16 00:15:56 2007 +0000
+++ b/misc/proj/Makefile        Thu Aug 16 00:18:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/12/15 18:15:00 dsainty Exp $
+# $NetBSD: Makefile,v 1.24 2007/08/16 00:18:31 joerg Exp $
 
 DISTNAME=              proj-4.5.0
 PKGREVISION=           1
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://www.remotesensing.org/proj/
 COMMENT=               Cartographic projection software
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index