diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
commit | 548b53cbee1db49f8d9ec1d3c156f1823258c90f (patch) | |
tree | 417205e461f613b04694d298a6a09e01f3b87b09 /print/xdvi | |
parent | 8df6dcd4d000b307270bd6da6aad9b712a6dd943 (diff) | |
download | FreeBSD-ports-548b53cbee1db49f8d9ec1d3c156f1823258c90f.zip FreeBSD-ports-548b53cbee1db49f8d9ec1d3c156f1823258c90f.tar.gz |
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
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 402286e..aacd19d 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> |