aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntpbtr
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 12:23:59 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 12:23:59 +0800
commit0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch)
tree6bf136d74d7389168d44584e8902dc29cd0cbdb7 /news/nntpbtr
parent820255ee78a7121e2592cac5ced0b3b847b832c2 (diff)
downloadfreebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz
freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.zst
freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Diffstat (limited to 'news/nntpbtr')
-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>