diff options
author | schmonz <schmonz> | 2004-07-21 22:27:19 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-07-21 22:27:19 +0000 |
commit | f414f57daf99ccb7d0d661dae8ecd20489d40ce7 (patch) | |
tree | 5ed720e41e927555b660fc3a579d3e6c15908414 /security | |
parent | fb84b7855de6c92bb6227d561ef2b694ab8b08f8 (diff) | |
download | pkgsrc-f414f57daf99ccb7d0d661dae8ecd20489d40ce7.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')
-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 |