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 | 036af5a4952b98de27a93565a4a1863fabb18782 (patch) | |
tree | 9c47ea532c80f3991d295c645e4179b3c997fdff /chat/dircproxy | |
parent | 40e42f1e1b32a4a4a32592d2590ce9cfd45a2ae2 (diff) | |
download | pkgsrc-036af5a4952b98de27a93565a4a1863fabb18782.tar.gz |
- Add CONFLICTS for the upcoming import of dircproxy-devel which is the 1.1.x
branch.
Diffstat (limited to 'chat/dircproxy')
-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} |