summaryrefslogtreecommitdiff
path: root/print/pkfonts300/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-10 10:13:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-10 10:13:16 +0000
commit53367439a8451dae0c3104b228be6f938ebb4f09 (patch)
treeb1e193a1cca16a9584314aa2c3d515fe8a026088 /print/pkfonts300/Makefile
parentUpgrade from 6/11 version to 7/5 version. It didn't compile before (diff)
Add "pre-clean" target to delete pkg/PLIST, as it is created on-the-fly.
Notes
Notes: svn path=/head/; revision=3357
Diffstat (limited to 'print/pkfonts300/Makefile')
-rw-r--r--print/pkfonts300/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile
index 4b2d57c7f48d..cb69ad2eeea3 100644
--- a/print/pkfonts300/Makefile
+++ b/print/pkfonts300/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Mar 1996
# Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/03/21 17:25:01 asami Exp $
#
DISTNAME= pkfonts
@@ -46,4 +46,7 @@ do-install:
tar -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DISTFILES}
@cp ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST
+pre-clean:
+ @rm -f ${PKGDIR}/PLIST # created by do-install above
+
.include <bsd.port.mk>