diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-22 00:05:24 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-22 00:05:24 +0000 |
commit | 950b85185a0979ff2d4003ee97a9d5a07390a1d2 (patch) | |
tree | 2f9ffbd2faaa1cdbb4f94c33af77a97a1def24b9 /print | |
parent | e479999ec87297ff29a974bd986da445419071ee (diff) | |
download | FreeBSD-ports-950b85185a0979ff2d4003ee97a9d5a07390a1d2.zip FreeBSD-ports-950b85185a0979ff2d4003ee97a9d5a07390a1d2.tar.gz |
Remove the last line of the do-install target. The command will be executed
during post-install
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index aacd19d..9395b41 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,7 +3,7 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1995/04/20 02:03:57 jmz Exp $ +# $Id: Makefile,v 1.13 1995/04/21 00:21:41 jmz Exp $ # DISTNAME= xdvi @@ -29,6 +29,5 @@ do-install: @(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 .include <bsd.port.mk> |