aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-04-18 06:11:19 +0800
committerjmz <jmz@FreeBSD.org>1995-04-18 06:11:19 +0800
commit268509e12d17d907e36bb888758f370c1344f7ff (patch)
treedf9096bc30d7b5fe7215d6ed0872414f0a492b00 /print/latex
parent334ecac9565470b127c2936d9b09861427987b89 (diff)
downloadfreebsd-ports-graphics-268509e12d17d907e36bb888758f370c1344f7ff.tar.gz
freebsd-ports-graphics-268509e12d17d907e36bb888758f370c1344f7ff.tar.zst
freebsd-ports-graphics-268509e12d17d907e36bb888758f370c1344f7ff.zip
Add PKGNAME, and touch the install cookie after install
Diffstat (limited to 'print/latex')
-rw-r--r--print/latex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 8a3de4ce82b..3e0f106d5ec 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -3,10 +3,11 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.12 1995/04/15 04:33:53 asami Exp $
+# $Id: Makefile,v 1.13 1995/04/17 20:31:23 asami Exp $
#
DISTNAME= latex
+PKGNAME= latex2e-94.12
CATEGORIES+= printing
DISTFILES= latex_mf.tar.gz latex_tfm.tar.gz latex_base.tar.gz \
latex_tools.tar.gz
@@ -66,6 +67,7 @@ install: build
if [ -f $$f ]; then install -c -m 644 $$f ${PREFIX}/lib/texmf/documentation; fi; done)
@(cd ${WRKSRC}/packages/tools; for f in *.dtx; do \
if [ -f $$f ]; then install -c -m 644 $$f ${PREFIX}/lib/texmf/documentation; fi; done)
+ @touch ${WRKDIR}/.install_done
.include "Makefile.inc"