diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
commit | 0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /textproc | |
parent | a2849a9dcac8e838b0156047f813c71851ab8a56 (diff) | |
download | pkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 0292391b74e..3419310b4b6 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/05/03 13:53:10 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2002/12/07 02:39:06 schmonz Exp $ # FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp # @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} .include "../../mk/bsd.prefs.mk" .if exists(${X11BASE}/bin/rman) -IGNORE= "Rosetta Man is included in your X distribution." +PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" .endif post-install: |