summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-07 15:06:07 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-07 15:06:07 +0000
commit3a0c3bf55c13d3db64374d9c4ae6a8a9baa8dbc7 (patch)
tree32151f4dbd8ff69b9db4a50baa5dba6743e7e2a8 /print/teTeX3-bin
parentde9b4194f73eed29e1dd1820432ca4877926e7e9 (diff)
downloadpkgsrc-3a0c3bf55c13d3db64374d9c4ae6a8a9baa8dbc7.tar.gz
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 (limited to 'print/teTeX3-bin')
-rw-r--r--print/teTeX3-bin/INSTALL5
-rw-r--r--print/teTeX3-bin/Makefile4
2 files changed, 6 insertions, 3 deletions
diff --git a/print/teTeX3-bin/INSTALL b/print/teTeX3-bin/INSTALL
index 0fec0986424..4d0f26a42f0 100644
--- a/print/teTeX3-bin/INSTALL
+++ b/print/teTeX3-bin/INSTALL
@@ -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 --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile
index 74d85a4699a..902b61190ac 100644
--- a/print/teTeX3-bin/Makefile
+++ b/print/teTeX3-bin/Makefile
@@ -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/}