diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-16 00:23:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-16 00:23:09 +0000 |
commit | 05c2492d93b684f9dfdd8787ec81478d85cf22dc (patch) | |
tree | a44771b7f64b044447c8656514bebdbc5f16b8b6 /geography | |
parent | 0cc344f71ebb114258890e7b566d50dd9c9e4325 (diff) | |
download | pkgsrc-05c2492d93b684f9dfdd8787ec81478d85cf22dc.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/geos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 5c3f03640b8..f8f6535bf2d 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/11/10 21:00:23 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2007/08/16 00:23:09 joerg Exp $ # DISTNAME= geos-2.2.3 @@ -10,6 +10,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://geos.refractions.net/ COMMENT= C++ port of the Java Topology Suite (JTS) +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |