diff options
author | asau <asau> | 2012-10-04 09:19:16 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-04 09:19:16 +0000 |
commit | b840cf64929c40ddddad75d487f5c5885fd21b3b (patch) | |
tree | 2ccac5dcf6210c192391b04516d405ccf0a6f5f5 /geography/libchamplain08/Makefile | |
parent | fb953d57c8c13c14b8885e26a0628dc3135ca99b (diff) | |
download | pkgsrc-b840cf64929c40ddddad75d487f5c5885fd21b3b.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'geography/libchamplain08/Makefile')
-rw-r--r-- | geography/libchamplain08/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/geography/libchamplain08/Makefile b/geography/libchamplain08/Makefile index 82e5e8d5c05..36902648119 100644 --- a/geography/libchamplain08/Makefile +++ b/geography/libchamplain08/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/02 17:11:05 tron Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/04 09:19:18 asau Exp $ # DISTNAME= libchamplain-0.8.3 @@ -13,8 +13,6 @@ HOMEPAGE= http://projects.gnome.org/libchamplain/ COMMENT= Map widget #LICENSE= # TODO: (see mk/license.mk) -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake |