aboutsummaryrefslogtreecommitdiff
path: root/print/dvips
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-09-16 00:56:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-09-16 00:56:30 +0000
commit1ce919e683896c1ad7659ed6905ccd46a67d4415 (patch)
treedc939487cdc75ae34d603adebd623b280d069b70 /print/dvips
parent73ae94805909713e8516f4e058d331b8f2b0a58a (diff)
downloadports-1ce919e683896c1ad7659ed6905ccd46a67d4415.tar.gz
ports-1ce919e683896c1ad7659ed6905ccd46a67d4415.zip
Notes
Diffstat (limited to 'print/dvips')
-rw-r--r--print/dvips/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile
index 1c2dfa2a38d3..86085bb88db1 100644
--- a/print/dvips/Makefile
+++ b/print/dvips/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.9 1995/11/22 13:18:03 asami Exp $
+# $Id: Makefile,v 1.10 1995/12/06 00:35:31 jmz Exp $
#
DISTNAME= dvips
@@ -22,5 +22,7 @@ EXTRACT_ARGS= <
pre-install:
@mkdir -p ${PREFIX}/lib/texmf
+pre-clean:
+ @rm -f ${SCRIPTDIR}/post-install
.include <bsd.port.mk>