diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-04-03 14:11:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-04-03 14:11:25 +0000 |
commit | 0232604a7045bb99d92382e90123c55b26f3e656 (patch) | |
tree | 9c47ea532c80f3991d295c645e4179b3c997fdff /chat | |
parent | 9cf1eb201a709b82e61156e092ad2a2f6f016472 (diff) | |
download | pkgsrc-0232604a7045bb99d92382e90123c55b26f3e656.tar.gz |
- Add CONFLICTS for the upcoming import of dircproxy-devel which is the 1.1.x
branch.
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} |