diff options
-rw-r--r-- | print/teTeX/Makefile | 5 |
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" |