diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-21 22:27:19 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-21 22:27:19 +0000 |
commit | b01de5d5ce8daae53d725cd94de665cbb61131ad (patch) | |
tree | 5ed720e41e927555b660fc3a579d3e6c15908414 /security/mirrordir/Makefile | |
parent | 92fb1364cdb5c45376e3e80df6de01930f35c945 (diff) | |
download | pkgsrc-b01de5d5ce8daae53d725cd94de665cbb61131ad.tar.gz |
Add CONFLICTS with qmail>=1.03nb7 and netqmail>=1.05 (to be committed
shortly). All three packages have a "bin/forward" and a corresponding
section 1 manual page.
Diffstat (limited to 'security/mirrordir/Makefile')
-rw-r--r-- | security/mirrordir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/mirrordir/Makefile b/security/mirrordir/Makefile index 1ec412524a1..431390ac3dd 100644 --- a/security/mirrordir/Makefile +++ b/security/mirrordir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:20:12 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/21 22:27:19 schmonz Exp $ # DISTNAME= mirrordir-0.10.49 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mirrordir.sourceforge.net/ COMMENT= Directory mirroring tool +CONFLICTS= qmail>=1.03nb7 netqmail>=1.05 + USE_PKGINSTALL= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes |