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/gtodo | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/gtodo')
-rw-r--r-- | time/gtodo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/gtodo/Makefile b/time/gtodo/Makefile index 1999b1ea424..e8ae5e7847d 100644 --- a/time/gtodo/Makefile +++ b/time/gtodo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/10/02 17:12:04 tron Exp $ +# $NetBSD: Makefile,v 1.44 2012/10/08 13:04:19 asau Exp $ # DISTNAME= gtodo-0.14 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sarine.nl/gnome-task-list-manager COMMENT= To-do list manager for the GNOME desktop -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES |