diff options
author | joerg <joerg> | 2006-12-07 15:06:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-07 15:06:07 +0000 |
commit | cdf97dbea9c020ec0d4a7ddb03f74d8e8841a04d (patch) | |
tree | 32151f4dbd8ff69b9db4a50baa5dba6743e7e2a8 /print/teTeX3-bin | |
parent | 7600eb84176787401852f6bf64445585032943d7 (diff) | |
download | pkgsrc-cdf97dbea9c020ec0d4a7ddb03f74d8e8841a04d.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/INSTALL | 5 | ||||
-rw-r--r-- | print/teTeX3-bin/Makefile | 4 |
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/} |