diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
commit | 74bab574a20b52bbf507898b1032055573a6cb57 (patch) | |
tree | 52aa2158647c9981ad47b67d6d28efb8d03d061c /print/xdvi | |
parent | 86c528d68180bf9331759aab5cfa3a3cb4f92441 (diff) |
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
Notes
Notes:
svn path=/head/; revision=1474
Diffstat (limited to 'print/xdvi')
-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> |