diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 10:13:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 10:13:16 +0000 |
commit | 53367439a8451dae0c3104b228be6f938ebb4f09 (patch) | |
tree | b1e193a1cca16a9584314aa2c3d515fe8a026088 /print | |
parent | 55346239f91fd06b9a9ce23938553cbd68b727f3 (diff) | |
download | ports-53367439a8451dae0c3104b228be6f938ebb4f09.tar.gz ports-53367439a8451dae0c3104b228be6f938ebb4f09.zip |
Notes
Diffstat (limited to 'print')
-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 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> |