diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | 8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /chat/bitchbot | |
parent | 94c9920d30aca05596e5e8136f94969dd7e4e174 (diff) | |
download | pkgsrc-8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'chat/bitchbot')
-rw-r--r-- | chat/bitchbot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/bitchbot/Makefile b/chat/bitchbot/Makefile index bc77ca3ab3a..531c445e496 100644 --- a/chat/bitchbot/Makefile +++ b/chat/bitchbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/29 23:35:17 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:02 wiz Exp $ DISTNAME= bitchbot-1.0.2 PKGREVISION= 3 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.r1ch.net/projects/bitchbot/ COMMENT= Bitchbot is a perl-based IRC bot -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_TOOLS+= perl:run REPLACE_PERL= bitch.pl genstats.pl |