diff options
Diffstat (limited to 'print/xdvi/Makefile')
-rw-r--r-- | print/xdvi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 402286eff5d8..aacd19d238b1 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,7 +3,7 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1995/04/17 20:31:43 asami Exp $ +# $Id: Makefile,v 1.12 1995/04/20 02:03:57 jmz Exp $ # DISTNAME= xdvi @@ -20,8 +20,7 @@ IS_INTERACTIVE= yes XMKMF= xmkmf -.if !defined(BATCH) -install: build +do-install: @echo "===> Installing for ${DISTNAME}" @mkdir -p ${PREFIX}/man/man1 @mkdir -p ${PREFIX}/bin @@ -31,6 +30,5 @@ install: build @(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> |