diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-20 02:04:02 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-20 02:04:02 +0000 |
commit | 3f3532544cbb32240bdd7d50e50afb348bd3344a (patch) | |
tree | ef28d6c062e11d9c69eae53fb0051cd155238f60 /print/xdvi/Makefile | |
parent | 3a6807ac37c1d6eb8759ca3f5a6632d2b10a7e73 (diff) |
Notes
Diffstat (limited to 'print/xdvi/Makefile')
-rw-r--r-- | print/xdvi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 591464e02974..402286eff5d8 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,7 +3,7 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1995/04/15 22:06:55 jmz Exp $ +# $Id: Makefile,v 1.11 1995/04/17 20:31:43 asami Exp $ # DISTNAME= xdvi @@ -30,6 +30,7 @@ install: build @(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} xdvi.man) @(cd ${WRKSRC}; ${GMAKE} -f Makefile install BINDIR=${PREFIX}/bin) @(cd ${WRKSRC}; install -c -m 755 -o bin MakeTeXPK ${PREFIX}/bin) + @if -f ${SCRIPTDIR}/install.tmp; then sh ${SCRIPTDIR}/install.tmp; fi .endif .include <bsd.port.mk> |