pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install We don't need to build cat1 files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31d30556392e
branches:  trunk
changeset: 460696:31d30556392e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 02 22:34:04 2003 +0000

description:
We don't need to build cat1 files since they're part of the sources, so
no need to require the text utilities.

diffstat:

 pkgtools/pkg_install/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r ed1f3fd8c2aa -r 31d30556392e pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Sep 02 22:30:46 2003 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Sep 02 22:34:04 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2003/09/02 22:30:46 jlam Exp $
+# $NetBSD: Makefile,v 1.81 2003/09/02 22:34:04 jlam Exp $
 
 # Notes to package maintainers:
 #
@@ -36,10 +36,6 @@
 PKG_DBDIR?=            /var/db/pkg
 PKG_INFO=              PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}
 
-.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
-
 do-extract:
        @${CP} -Rp ${FILESDIR} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index