Unfortunately seems to conflict with security/john ($PREFIX/bin/mailer)
This commit is contained in:
parent
e5215c06fa
commit
9bebb29f29
1 changed files with 3 additions and 1 deletions
|
@ -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
|
DISTNAME= Mailer-0.1.5
|
||||||
|
@ -24,6 +24,8 @@ MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
||||||
MAKE_FLAGS+= PREFIX=${PREFIX}
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
||||||
AUTO_MKDIRS= yes
|
AUTO_MKDIRS= yes
|
||||||
|
|
||||||
|
CONFLICTS= john-[0-9]*
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MV} ${DESTDIR}${PREFIX}/share/man/man1/compose.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/compose.1
|
${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
|
${MV} ${DESTDIR}${PREFIX}/share/man/man1/mailer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mailer.1
|
||||||
|
|
Loading…
Reference in a new issue