diff options
author | tron <tron@pkgsrc.org> | 1999-08-18 07:48:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-18 07:48:31 +0000 |
commit | 8432197d1bc0694472d570fcff76c92d3f25118c (patch) | |
tree | 8b18f484a6feacad88d7e3c1cff2521683568707 | |
parent | 8de5cd19eb42554878501640e078ec494402d546 (diff) | |
download | pkgsrc-8432197d1bc0694472d570fcff76c92d3f25118c.tar.gz |
Execute "${INSTALL_FILE}" in "do-install" target instead of printing
a dummy message.
-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" |