mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add "-f" after ${RM} (for a problem when we "make clean")
Obtained from: the e-mail from maintainer
This commit is contained in:
parent
9813d41064
commit
c1ffdf18ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18510
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: Tue Mar 23 10:18:20 EET 1999
|
||||
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1999/04/30 18:16:01 taoka Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tutorial
|
||||
|
@ -29,6 +29,6 @@ post-install:
|
|||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
pre-clean:
|
||||
@${RM} ${PKGDIR}/MESSAGE
|
||||
@${RM} -f ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: Tue Mar 23 10:18:20 EET 1999
|
||||
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1999/04/30 18:16:01 taoka Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tutorial
|
||||
|
@ -29,6 +29,6 @@ post-install:
|
|||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
pre-clean:
|
||||
@${RM} ${PKGDIR}/MESSAGE
|
||||
@${RM} -f ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue