diff options
author | asau <asau@pkgsrc.org> | 2012-10-04 09:19:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-04 09:19:16 +0000 |
commit | 95e1b97ea0afbf8c75382ba0bda4117b2b76a846 (patch) | |
tree | 2ccac5dcf6210c192391b04516d405ccf0a6f5f5 /geography/proj-swig | |
parent | bcd14fa3d053ab2e61920ff4aba55f7edf5824ce (diff) | |
download | pkgsrc-95e1b97ea0afbf8c75382ba0bda4117b2b76a846.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'geography/proj-swig')
-rw-r--r-- | geography/proj-swig/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index 2248ec6298e..33a76c539f8 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/03/15 11:53:28 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/04 09:19:20 asau Exp $ # DISTNAME= proj-swig-0.02 @@ -10,8 +10,6 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/ COMMENT= Guile and python wrappers for proj -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes |