summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 01:57:35 +0000
committerjlam <jlam>2002-09-21 01:57:35 +0000
commit35b96ab9e60ed8c2735e1483913f8d3be8825c7d (patch)
treec2c921378127fafef3519ff4782744e7956bec91 /print/teTeX
parent62374193cdef3fe42ba93b65d2a37f245d76e999 (diff)
downloadpkgsrc-35b96ab9e60ed8c2735e1483913f8d3be8825c7d.tar.gz
Back out previous and add an empty do-install target...that was the real
reason why we couldn't install.
Diffstat (limited to 'print/teTeX')
-rw-r--r--print/teTeX/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile
index 345eacbf6cb..ed8587cb56c 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/09/21 01:55:23 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2002/09/21 01:57:35 jlam Exp $
#
DISTNAME= teTeX-1.0.7
@@ -17,11 +17,12 @@ DEPENDS+= texi2html>=1.52:../../textproc/texi2html
USE_BUILDLINK2= yes
USE_X11= yes
-WRKSRC= ${WRKDIR}
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
+do-install: # do nothing
+
.include "../../mk/bsd.pkg.mk"