diff options
author | hrs <hrs@FreeBSD.org> | 2006-07-19 02:40:38 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-07-19 02:40:38 +0800 |
commit | c76e886d3bd6fd4b8cccc795cf732b7c8f40ec79 (patch) | |
tree | 8ed7ce9f7648353c9333a100f6ff55f7f68ffd19 /japanese/dvipsk | |
parent | 9c6106377fafad5f92ba681f529264aaa0762651 (diff) | |
download | freebsd-ports-gnome-c76e886d3bd6fd4b8cccc795cf732b7c8f40ec79.tar.gz freebsd-ports-gnome-c76e886d3bd6fd4b8cccc795cf732b7c8f40ec79.tar.zst freebsd-ports-gnome-c76e886d3bd6fd4b8cccc795cf732b7c8f40ec79.zip |
Fix a bug that prevents installing texmf-config/dvips/ptex/config/config.ps.
Bump PORTREVISION.
Pointy hat to: hrs
Spotted by: linimon
Diffstat (limited to 'japanese/dvipsk')
-rw-r--r-- | japanese/dvipsk/Makefile | 5 |
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} && \ |