summaryrefslogtreecommitdiff
path: root/news/nntpbtr/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
commit535add65ac98d0ca871df3e8438ff56ba9129bcc (patch)
tree760c5b47c254af152605b0ddb356af68f100067f /news/nntpbtr/Makefile
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to '')
-rw-r--r--news/nntpbtr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile
index 8dde26d159bc..a15672a6a76b 100644
--- a/news/nntpbtr/Makefile
+++ b/news/nntpbtr/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 July 1996
# Whom: dk
#
-# $Id: Makefile,v 1.4 1997/08/10 19:22:26 fenner Exp $
+# $Id: Makefile,v 1.5 1997/08/10 22:31:23 fenner Exp $
#
DISTNAME= nntpbtr-1.7
@@ -20,7 +20,7 @@ post-extract:
@${RM} -rf ${WRKSRC}/RCS
pre-build:
- cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || true
+ cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || ${TRUE}
cd ${WRKDIR}/dbz ; ${CC} ${CFLAGS} -c -I. dbz.c
.include <bsd.port.mk>