Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean this

port unless you've already installed it.

Found by:	"make clean" in /usr/ports
This commit is contained in:
Bill Fenner
1999-05-05 15:23:20 +00:00
parent bfc480a2fc
commit f5c14e590c
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
# Date created: Tue Mar 23 10:18:20 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
# $Id: Makefile,v 1.1.1.1 1999/04/30 18:16:01 taoka Exp $
# $Id: Makefile,v 1.2 1999/05/05 15:00:01 taoka Exp $
#
DISTNAME= tutorial
@@ -29,6 +29,6 @@ post-install:
@${CAT} ${PKGDIR}/MESSAGE
pre-clean:
@${RM} -f ${PKGDIR}/MESSAGE
@-${RM} -f ${PKGDIR}/MESSAGE
.include <bsd.port.mk>