summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-17 22:11:19 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-17 22:11:19 +0000
commit76ecf8959d0174684dc5ec0203bd4cb2d8713e63 (patch)
tree44cea67361361e2b96e93c27b74c2759e32e62cf /print
parentAdded various "build: configure" and "install: build" dependencies. (diff)
Add PKGNAME, and touch the install cookie after install
Notes
Notes: svn path=/head/; revision=1440
Diffstat (limited to 'print')
-rw-r--r--print/latex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 8a3de4ce82bb..3e0f106d5ec9 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"