diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-22 16:49:58 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-22 16:49:58 +0000 |
commit | 96fcd3ab75c5d19275789e352ad9b82b10d78fce (patch) | |
tree | ecd7720e707a0bed24202bc8a4a53a5c59a94b12 /print/dvips/Makefile | |
parent | 58caf693118e8bca01257a3b8ba3bf0944999a71 (diff) | |
download | ports-96fcd3ab75c5d19275789e352ad9b82b10d78fce.tar.gz ports-96fcd3ab75c5d19275789e352ad9b82b10d78fce.zip |
Notes
Diffstat (limited to 'print/dvips/Makefile')
-rw-r--r-- | print/dvips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile index c658c8fb890b..68c4b55f1294 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -3,7 +3,7 @@ # Date created: 30 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/04/15 04:33:41 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/20 02:03:21 jmz Exp $ # DISTNAME= dvips @@ -19,6 +19,5 @@ IS_INTERACTIVE= yes pre-install: @mkdir -p ${PREFIX}/lib/texmf @mkdir -p ${PREFIX}/man/man1 - @if -f ${SCRIPTDIR}/install.tmp; then sh ${SCRIPTDIR}/install.tmp; fi .include <bsd.port.mk> |