diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 435a0b7e977f7b76984d5066fef5d327719b9a6f (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/pidgin/Makefile | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r-- | chat/pidgin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 4dc4c45668d..0427895e42a 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2012/10/02 17:10:40 tron Exp $ +# $NetBSD: Makefile,v 1.46 2012/10/03 00:02:42 asau Exp $ PKGREVISION= 2 COMMENT= Multi-protocol Instant Messaging client GTK frontend -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../chat/libpurple/Makefile.common" USE_TOOLS+= msgfmt intltool |