summaryrefslogtreecommitdiff
path: root/net/ztelnet
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 /net/ztelnet
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to 'net/ztelnet')
-rw-r--r--net/ztelnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ztelnet/Makefile b/net/ztelnet/Makefile
index be0efe689036..1edb786a0dda 100644
--- a/net/ztelnet/Makefile
+++ b/net/ztelnet/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Mar 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.6 1998/06/14 16:00:03 steve Exp $
+# $Id: Makefile,v 1.7 1999/06/18 17:31:21 mharo Exp $
#
# In this ports..
# - new compilation diff for FreeBSD(now we can upload!)
@@ -30,7 +30,7 @@ post-patch:
# we can ignore warnings
@( cd ${WRKSRC}/ztelnet && \
${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \
- true ) > /dev/null 2>&1
+ ${TRUE} ) > /dev/null 2>&1
# but it is not
@cd ${WRKSRC}/ztelnet && \
${PATCH} -s -p1 < ${WRKSRC}/rz.patch && \