pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install allow this to build on -current a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25a0c47e339c
branches:  trunk
changeset: 460646:25a0c47e339c
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Sep 02 09:08:52 2003 +0000

description:
allow this to build on -current after groff update to 1.19.

diffstat:

 pkgtools/pkg_install/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83028a193bd6 -r 25a0c47e339c pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Sep 02 09:04:33 2003 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Sep 02 09:08:52 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2003/09/01 16:27:09 jlam Exp $
+# $NetBSD: Makefile,v 1.79 2003/09/02 09:08:52 grant Exp $
 
 # Notes to package maintainers:
 #
@@ -38,7 +38,7 @@
 PKG_DBDIR?=            /var/db/pkg
 PKG_INFO=              PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}
 
-.if ${OPSYS} == "NetBSD" && !exists(/usr/share/tmac/tmac.andoc)
+.if ${OPSYS} == "NetBSD" && !(exists(/usr/share/tmac/tmac.andoc) || exists(/usr/share/tmac/andoc.tmac))
 PKG_FAIL_REASON+= "You need to have the 'text' set installed to build this package!"
 .endif
 



Home | Main Index | Thread Index | Old Index