mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
rm -> @${RM} in post-extract.
This commit is contained in:
parent
5f4f3e60e3
commit
959cbf42b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5312
@ -3,7 +3,7 @@
|
||||
# Date created: 1 July 1996
|
||||
# Whom: dk
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1996/07/23 08:05:10 asami Exp $
|
||||
# $Id: Makefile,v 1.2 1996/11/18 11:38:01 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nntpbtr-1.7
|
||||
@ -17,7 +17,7 @@ MAN1= nntpbtr.1
|
||||
|
||||
# "patch" complains otherwise
|
||||
post-extract:
|
||||
rm -rf ${WRKSRC}/RCS
|
||||
@${RM} -rf ${WRKSRC}/RCS
|
||||
|
||||
pre-build:
|
||||
cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || true
|
||||
|
Loading…
Reference in New Issue
Block a user