From f5c14e590c1ad2f5bb4a1e9f80340f3ccecc9097 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 5 May 1999 15:23:20 +0000 Subject: 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 --- java/java-tutorial/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/java-tutorial') diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index ab0872e548bd..6fbbcb0b68b3 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Mar 23 10:18:20 EET 1999 # Whom: Martti Kuparinen # -# $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 -- cgit v1.2.3