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/telepathy-mission-control5/Makefile | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/telepathy-mission-control5/Makefile')
-rw-r--r-- | chat/telepathy-mission-control5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/telepathy-mission-control5/Makefile b/chat/telepathy-mission-control5/Makefile index b719f06670a..15d815e1602 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/09/15 10:03:56 obache Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 00:02:45 asau Exp $ # DISTNAME= telepathy-mission-control-5.7.9 @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mission-control.sourceforge.net/ COMMENT= Telepathy component providing abstractions for "end-user" applications -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |