pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin As temporary band aid, ensure that PA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae98eb62531
branches:  trunk
changeset: 522354:cae98eb62531
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 07 15:06:07 2006 +0000

description:
As temporary band aid, ensure that PATH contains ${PREFIX}/bin, as
most scripts like tex-config will not work otherwise, breaking
bulk builds badly. Bump revision.

diffstat:

 print/teTeX3-bin/INSTALL  |  5 ++++-
 print/teTeX3-bin/Makefile |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f85704c3f098 -r cae98eb62531 print/teTeX3-bin/INSTALL
--- a/print/teTeX3-bin/INSTALL  Thu Dec 07 14:52:21 2006 +0000
+++ b/print/teTeX3-bin/INSTALL  Thu Dec 07 15:06:07 2006 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: INSTALL,v 1.5 2006/08/22 22:22:29 jschauma Exp $
+# $NetBSD: INSTALL,v 1.6 2006/12/07 15:06:07 joerg Exp $
+
+PATH="@PREFIX@"/bin:"${PATH}"
+export PATH
 
 case "${STAGE}" in
 POST-INSTALL)
diff -r f85704c3f098 -r cae98eb62531 print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Thu Dec 07 14:52:21 2006 +0000
+++ b/print/teTeX3-bin/Makefile Thu Dec 07 15:06:07 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/11/06 10:49:29 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2006/12/07 15:06:07 joerg Exp $
 
 DISTNAME=      tetex-src-3.0
 PKGNAME=       ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
 



Home | Main Index | Thread Index | Old Index