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/geoclue | |
parent | bcd14fa3d053ab2e61920ff4aba55f7edf5824ce (diff) | |
download | pkgsrc-95e1b97ea0afbf8c75382ba0bda4117b2b76a846.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'geography/geoclue')
-rw-r--r-- | geography/geoclue/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/geography/geoclue/Makefile b/geography/geoclue/Makefile index a9dbd7fcdc0..d4de19527aa 100644 --- a/geography/geoclue/Makefile +++ b/geography/geoclue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/02 17:11:05 tron Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/04 09:19:17 asau Exp $ # DISTNAME= geoclue-0.12.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/GeoClue COMMENT= Geoinformation service API and base providers #LICENSE= # TODO: (see mk/license.mk) -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake |