diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/planner | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/planner')
-rw-r--r-- | time/planner/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/planner/Makefile b/time/planner/Makefile index 0e798ca9eda..5759e7552ec 100644 --- a/time/planner/Makefile +++ b/time/planner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/02 17:12:05 tron Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/08 13:04:27 asau Exp $ # DISTNAME= planner-0.14.4 @@ -12,8 +12,6 @@ HOMEPAGE= http://live.gnome.org/Planner COMMENT= Project management tool for the GNOME desktop LICENSE= gnu-gpl-v2 # OR any later version -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config |