diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/dircproxy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index 6b1ca844a63..29e293622a6 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/01/03 00:00:21 tron Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/03 14:11:25 adrianp Exp $ DISTNAME= dircproxy-1.0.5 PKGREVISION= 2 @@ -14,6 +14,8 @@ USE_BUILDLINK3= YES USE_PERL5= YES USE_PKGINSTALL= YES +CONFLICTS= dircproxy-1.1.[0-9]* + REPLACE_PERL= contrib/log.pl contrib/privmsg-log.pl CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |