diff options
author | asami <asami@FreeBSD.org> | 1996-07-10 10:13:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-10 10:13:16 +0000 |
commit | 678398bb977db18a8c6846d3f7c9925df5a1e7c6 (patch) | |
tree | a749c18c3f6e5e2e23cb8a8bd0f0c658bbf48d2a /print/pkfonts300 | |
parent | f080b8920b0e51c01257cb04b2a5571daa6688e8 (diff) | |
download | FreeBSD-ports-678398bb977db18a8c6846d3f7c9925df5a1e7c6.zip FreeBSD-ports-678398bb977db18a8c6846d3f7c9925df5a1e7c6.tar.gz |
Add "pre-clean" target to delete pkg/PLIST, as it is created on-the-fly.
Diffstat (limited to 'print/pkfonts300')
-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 4b2d57c..cb69ad2 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> |