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/tkirc2 | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/tkirc2')
-rw-r--r-- | chat/tkirc2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/tkirc2/Makefile b/chat/tkirc2/Makefile index 2c0490bb6f9..e1c8e5ac85d 100644 --- a/chat/tkirc2/Makefile +++ b/chat/tkirc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/03/11 10:39:33 zafer Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/03 00:02:46 asau Exp $ DISTNAME= tkirc2.46 PKGNAME= tkirc2-2.46 @@ -14,7 +14,6 @@ DEPENDS+= ircII-[0-9]*:../../chat/ircII DEPENDS+= tk>=8.3.2:../../x11/tk PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/tkirc2 NO_CONFIGURE= yes |