diff options
author | khorben <khorben@pkgsrc.org> | 2013-02-28 00:17:08 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2013-02-28 00:17:08 +0000 |
commit | 766b570172fcaff5c7a78b18f18faab4e53aa62b (patch) | |
tree | 670d8d21e10f3681a1e3a45b027ab15d6f33dcbf /mail/deforaos-mailer | |
parent | 9fe5c38487d60796bb51394fddbf16302a28f365 (diff) | |
download | pkgsrc-766b570172fcaff5c7a78b18f18faab4e53aa62b.tar.gz |
Unfortunately seems to conflict with security/john ($PREFIX/bin/mailer)
Diffstat (limited to 'mail/deforaos-mailer')
-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 |