diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-04-12 09:23:49 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-04-12 09:23:49 +0000 |
commit | c64280da74e9147c0dbd6a164b6200ba40c1ca81 (patch) | |
tree | 06fcc442e2154e6d6a2ad7401eb796f48441262f /net/lukemftpd | |
parent | 6568bc734e211ec8b2dfefca26a57bc3113db133 (diff) | |
download | pkgsrc-c64280da74e9147c0dbd6a164b6200ba40c1ca81.tar.gz |
Add a CONFLICTS entry for wu-ftpd and kth-krb4
Detected by pkgconflict.
Diffstat (limited to 'net/lukemftpd')
-rw-r--r-- | net/lukemftpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/lukemftpd/Makefile b/net/lukemftpd/Makefile index 3c76b4b1162..5d41996ad4e 100644 --- a/net/lukemftpd/Makefile +++ b/net/lukemftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/09 10:14:31 lukem Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/12 09:23:49 wennmach Exp $ # DISTNAME= lukemftpd-1.0 @@ -8,6 +8,9 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ MAINTAINER= lukem@netbsd.org COMMENT= the enhanced ftp server in NetBSD +CONFLICTS= wu-ftpd-* +CONFLICTS+= kth-krb4-* + GNU_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes |