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/telepathy-idle | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/telepathy-idle')
-rw-r--r-- | chat/telepathy-idle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index 4dfd0b18f7c..e3f159eda96 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/09/15 10:03:56 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/03 00:02:45 asau Exp $ # DISTNAME= telepathy-idle-0.1.8 @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |