diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/gloox/Makefile | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/gloox/Makefile')
-rw-r--r-- | chat/gloox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile index f6b0b09952b..58617fad688 100644 --- a/chat/gloox/Makefile +++ b/chat/gloox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/09/23 10:47:45 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/03 00:02:36 asau Exp $ DISTNAME= gloox-1.0 PKGREVISION= 2 @@ -11,8 +11,6 @@ HOMEPAGE= http://camaya.net/gloox/ COMMENT= Jabber/XMPP client library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES+= c++ c |