Don't build "rman" if you already have an "rman" in ${X11BASE} (which is
presumably the "rman" installed by XFree86-4.x).
This commit is contained in:
parent
af4bd7452b
commit
0b20ca9ec5
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2001/02/17 17:37:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2001/03/20 00:10:08 fredb Exp $
|
||||
# FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp
|
||||
#
|
||||
|
||||
|
@ -14,6 +14,10 @@ COMMENT= Produces HTML from formatted and unformatted man pages
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
.if exists(${X11BASE}/bin/rman)
|
||||
IGNORE= "Rosetta Man is included in your X distribution."
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/rman
|
||||
|
||||
|
|
Loading…
Reference in a new issue