summaryrefslogtreecommitdiff
path: root/print
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
parentAdd rtty and socket. (diff)
Add pre-clean target to delete ${SCRIPTDIR}/post-install (created
in configure stage).
Notes
Notes: svn path=/head/; revision=3790
Diffstat (limited to 'print')
-rw-r--r--print/dvips/Makefile4
-rw-r--r--print/xdvi/Makefile5
2 files changed, 7 insertions, 2 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>
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile
index e0ff9e651836..9d0eb0c6ede3 100644
--- a/print/xdvi/Makefile
+++ b/print/xdvi/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.17 1995/11/22 13:18:35 asami Exp $
+# $Id: Makefile,v 1.18 1996/03/10 09:06:28 asami Exp $
#
DISTNAME= xdvi-20
@@ -31,4 +31,7 @@ do-install:
@(cd ${WRKSRC}; ${GMAKE} -f Makefile install BINDIR=${PREFIX}/bin)
@(cd ${WRKSRC}; install -c -m 755 -o bin MakeTeXPK ${PREFIX}/bin)
+pre-clean:
+ @rm -f ${SCRIPTDIR}/post-install
+
.include <bsd.port.mk>