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 | 10e57b98b03f5181234ab7d591a22649fbf4446a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/ircII | |
parent | 9e335beeddda593403a4cf550fe49f73d4d471fa (diff) | |
download | pkgsrc-10e57b98b03f5181234ab7d591a22649fbf4446a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index adfae3e426f..489e2dc61ad 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2012/05/23 13:16:34 abs Exp $ +# $NetBSD: Makefile,v 1.61 2012/10/03 00:02:38 asau Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -15,7 +15,6 @@ LICENSE= modified-bsd CONFLICTS= blackened-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews VERS= 20111115 |