diff options
author | khorben <khorben> | 2013-02-28 00:17:08 +0000 |
---|---|---|
committer | khorben <khorben> | 2013-02-28 00:17:08 +0000 |
commit | 762f2eb0cedcf9299e03e03ad5325581867da54e (patch) | |
tree | 670d8d21e10f3681a1e3a45b027ab15d6f33dcbf /mail | |
parent | 4ed2d47fe390103eeab97b98c39f64d25e4b33d1 (diff) | |
download | pkgsrc-762f2eb0cedcf9299e03e03ad5325581867da54e.tar.gz |
Unfortunately seems to conflict with security/john ($PREFIX/bin/mailer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/deforaos-mailer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index 09cd4d3eabd..b6cc0d6506f 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/02/16 11:22:59 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/02/28 00:17:08 khorben Exp $ # DISTNAME= Mailer-0.1.5 @@ -24,6 +24,8 @@ MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} AUTO_MKDIRS= yes +CONFLICTS= john-[0-9]* + post-install: ${MV} ${DESTDIR}${PREFIX}/share/man/man1/compose.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/compose.1 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/mailer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mailer.1 |