diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-08-08 23:36:40 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-08-08 23:36:40 +0000 |
commit | 8a9b076783bc522f8629687ecf60ec1025f65bd5 (patch) | |
tree | cb7b2d988ee999553e93d8a06e4e43ecc128d6c9 /print/tex | |
parent | 974a6f062a5f0aa347dcaf45c484316cb3431d3e (diff) | |
download | ports-8a9b076783bc522f8629687ecf60ec1025f65bd5.tar.gz ports-8a9b076783bc522f8629687ecf60ec1025f65bd5.zip |
Notes
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 4 | ||||
-rw-r--r-- | print/tex/distinfo | 14 |
2 files changed, 10 insertions, 8 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 7831ed4b647f..f35c4b789fd9 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -19,6 +19,8 @@ EXTRACT_ONLY= web2c-7.2b.tar.gz web-7.2a.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ MAINTAINER= jmz@FreeBSD.org COMMENT= TeX and METAFONT +DIST_SUBDIR= tex + USE_GMAKE= yes GNU_CONFIGURE= yes @@ -36,7 +38,7 @@ pre-configure: post-configure: @cd ${WRKSRC}/web2c; \ ${LN} -s ../../tfm/*.tfm ../../base/*.tex ../../mf/*.mf ../../lib/*.mf .; \ - ${CP} ${DISTDIR}/modes.mf . + ${CP} ${DISTDIR}/${DIST_SUBDIR}/modes.mf . do-build: @(cd ${WRKSRC}; unset `env|${GREP} ^TEX|${SED} -e s/=.*//`; \ diff --git a/print/tex/distinfo b/print/tex/distinfo index d7da51630c93..f9a35931ec64 100644 --- a/print/tex/distinfo +++ b/print/tex/distinfo @@ -1,7 +1,7 @@ -MD5 (web2c-7.2b.tar.gz) = 11de4ea0608d412a31844720f8ad5998 -MD5 (web-7.2a.tar.gz) = 9c207c476858aedd43953e14d1669e8b -MD5 (tex_base.tar.gz) = 2869d7c20129534938ef5302aea8e1aa -MD5 (cm_tfm.tar.gz) = 048cbc77cde367a3e7f22ebafa97f14b -MD5 (mf_lib.tar.gz) = 6a3e30804ef47f0803b3ae87e56028ff -MD5 (cm_mf.tar.gz) = 060b79bb5ac89b292b4377a8866ac983 -MD5 (modes.mf) = 8985161376dc78ed599e0eb5c7265b31 +MD5 (tex/web2c-7.2b.tar.gz) = 11de4ea0608d412a31844720f8ad5998 +MD5 (tex/web-7.2a.tar.gz) = 9c207c476858aedd43953e14d1669e8b +MD5 (tex/tex_base.tar.gz) = 2869d7c20129534938ef5302aea8e1aa +MD5 (tex/cm_tfm.tar.gz) = 048cbc77cde367a3e7f22ebafa97f14b +MD5 (tex/mf_lib.tar.gz) = 6a3e30804ef47f0803b3ae87e56028ff +MD5 (tex/cm_mf.tar.gz) = 060b79bb5ac89b292b4377a8866ac983 +MD5 (tex/modes.mf) = 8985161376dc78ed599e0eb5c7265b31 |