summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authortron <tron>1999-08-18 07:48:31 +0000
committertron <tron>1999-08-18 07:48:31 +0000
commita0157def7c056abe7ca23fa25fd5d7f45e7c3582 (patch)
tree8b18f484a6feacad88d7e3c1cff2521683568707 /print/teTeX
parent5aa3045a3f00c38bea6cd14c6365d5418b35063b (diff)
downloadpkgsrc-a0157def7c056abe7ca23fa25fd5d7f45e7c3582.tar.gz
Execute "${INSTALL_FILE}" in "do-install" target instead of printing
a dummy message.
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 c5061f22765..a734bd684a4 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/08/03 13:29:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 1999/08/18 07:48:31 tron Exp $
#
DISTNAME= teTeX-1.0.6
@@ -19,6 +19,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
- @${ECHO_MSG} Hello world!
+ @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} ${PKGNAME} \
+ POST-INSTALL
.include "../../mk/bsd.pkg.mk"