diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
commit | 535add65ac98d0ca871df3e8438ff56ba9129bcc (patch) | |
tree | 760c5b47c254af152605b0ddb356af68f100067f /net/ztelnet/Makefile | |
parent | cf82726b69e5f993c5b9268a80d7dfc84ac09b31 (diff) | |
download | ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.tar.gz ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.zip |
Notes
Diffstat (limited to 'net/ztelnet/Makefile')
-rw-r--r-- | net/ztelnet/Makefile | 4 |
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 && \ |