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/Makefile | |
parent | Update 1.3 --> 1.3.1 (diff) |
Move distfiles to their own subdirectory.
PR: ports/15142
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=86617
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r-- | print/tex/Makefile | 4 |
1 files changed, 3 insertions, 1 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/=.*//`; \ |