aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex/Makefile
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2003-08-09 07:36:40 +0800
committerjmz <jmz@FreeBSD.org>2003-08-09 07:36:40 +0800
commitcee704e751078ea9d9bed4f73d708c03751c2159 (patch)
tree253b73d3fa14598b1c0a026aa199304131c1b640 /print/tex/Makefile
parentf3e8515fe69b8d353ef461dc6a844f23b989bbd3 (diff)
downloadfreebsd-ports-gnome-cee704e751078ea9d9bed4f73d708c03751c2159.tar.gz
freebsd-ports-gnome-cee704e751078ea9d9bed4f73d708c03751c2159.tar.zst
freebsd-ports-gnome-cee704e751078ea9d9bed4f73d708c03751c2159.zip
Move distfiles to their own subdirectory.
PR: ports/15142 Submitted by: lioux
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r--print/tex/Makefile4
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/=.*//`; \