diff options
author | max <max@FreeBSD.org> | 1997-01-11 22:23:38 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-11 22:23:38 +0800 |
commit | 8829321182fa871ad1c003201f7a2194e873d8a1 (patch) | |
tree | 271e454d2cea86c9f47475e0d2999d76bafb2f7e /news/nntpbtr/Makefile | |
parent | 7809f6fbd0201fa9ffa158d61742255dd324f1a9 (diff) | |
download | freebsd-ports-gnome-8829321182fa871ad1c003201f7a2194e873d8a1.tar.gz freebsd-ports-gnome-8829321182fa871ad1c003201f7a2194e873d8a1.tar.zst freebsd-ports-gnome-8829321182fa871ad1c003201f7a2194e873d8a1.zip |
rm -> @${RM} in post-extract.
Diffstat (limited to 'news/nntpbtr/Makefile')
-rw-r--r-- | news/nntpbtr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile index 01e9cefc26be..b1273227be07 100644 --- a/news/nntpbtr/Makefile +++ b/news/nntpbtr/Makefile @@ -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 |