summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 01:57:35 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 01:57:35 +0000
commit4011a118027258016189c2426414f5fd2277eb21 (patch)
treec2c921378127fafef3519ff4782744e7956bec91 /print/teTeX
parent26afe4e9b8266d7eb1d3ee96f4982424b8d8acf0 (diff)
downloadpkgsrc-4011a118027258016189c2426414f5fd2277eb21.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"