aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-04-23 00:49:58 +0800
committerjmz <jmz@FreeBSD.org>1995-04-23 00:49:58 +0800
commitcb8f8f49c01182a89ee61b535bedb009d3547257 (patch)
treed88eb0b63ceb701907806da51b2b5ae10544bcce /print
parent8c56749a70ff3b0fc56216092f79a94fb2b7d155 (diff)
downloadfreebsd-ports-gnome-cb8f8f49c01182a89ee61b535bedb009d3547257.tar.gz
freebsd-ports-gnome-cb8f8f49c01182a89ee61b535bedb009d3547257.tar.zst
freebsd-ports-gnome-cb8f8f49c01182a89ee61b535bedb009d3547257.zip
Remove the last line of the pre-install target. The command will be executed
during post-install
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>