diff options
Diffstat (limited to 'mail/deforaos-mailer/Makefile')
-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 |