diff options
Diffstat (limited to 'print/pkfonts300/Makefile')
-rw-r--r-- | print/pkfonts300/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 4b2d57c7f48..cb69ad2eeea 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> |