aboutsummaryrefslogtreecommitdiff
path: root/japanese/dvipsk
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2006-07-18 18:40:38 +0000
committerHiroki Sato <hrs@FreeBSD.org>2006-07-18 18:40:38 +0000
commit00ed432ca129043e4e207b94f956d1978abcd994 (patch)
treedb09da65437e8a8219911c9f6748e7a1bec8f196 /japanese/dvipsk
parent507ce75915bbfb0403bacb7236b3ac736be6f640 (diff)
downloadports-00ed432ca129043e4e207b94f956d1978abcd994.tar.gz
ports-00ed432ca129043e4e207b94f956d1978abcd994.zip
Fix a bug that prevents installing texmf-config/dvips/ptex/config/config.ps.
Bump PORTREVISION. Pointy hat to: hrs Spotted by: linimon
Notes
Notes: svn path=/head/; revision=168160
Diffstat (limited to 'japanese/dvipsk')
-rw-r--r--japanese/dvipsk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile
index 0b55bb59a84d..d489ecc45077 100644
--- a/japanese/dvipsk/Makefile
+++ b/japanese/dvipsk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dvipsk
PORTVERSION= 5.95b
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
${MASTER_SITE_LOCAL:S,%SUBDIR%,hrs/teTeX,:S,$,:udvipspatch,}
@@ -89,7 +89,8 @@ LIBWWW_PREFIX?= ${LOCALBASE}
LIBT1_PREFIX?= ${LOCALBASE}
UPDMAP_SYS= ${LOCALBASE}/bin/updmap-sys --progname=ptex
-TEXCONFIGBIN= ${LOCALBASE}/bin/texconfig-sys
+TEXCONFIGBIN= ${SETENV} TEXCONFIGINPUTS=\$$TEXMF/texconfig/ptex/ \
+ ${LOCALBASE}/bin/texconfig-sys
post-configure:
cd ${PATCH_WRKSRC} && \