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 | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/hamster-applet/Makefile | |
parent | 96fe9f4e36f8dcb42dfa7f83cc9b8ff22ae611d2 (diff) | |
download | pkgsrc-7a48191ad0a52cfc86bcf6477e155dce1d4802ad.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/hamster-applet/Makefile')
-rw-r--r-- | time/hamster-applet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index d3b0a638acf..e8b5ffbfb25 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/10/02 17:12:04 tron Exp $ +# $NetBSD: Makefile,v 1.30 2012/10/08 13:04:19 asau Exp $ # DISTNAME= hamster-applet-2.28.1 @@ -11,8 +11,6 @@ HOMEPAGE= http://projecthamster.wordpress.com/ COMMENT= Time tracking applet for GNOME LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool pkg-config msgfmt |