summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-22 16:49:58 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-22 16:49:58 +0000
commit96fcd3ab75c5d19275789e352ad9b82b10d78fce (patch)
treeecd7720e707a0bed24202bc8a4a53a5c59a94b12 /print
parentUpdated to conform with new bsd.port.mk targets. (diff)
Remove the last line of the pre-install target. The command will be executed
during post-install
Notes
Notes: svn path=/head/; revision=1493
Diffstat (limited to 'print')
-rw-r--r--print/dvips/Makefile3
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>