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/SSLtelnet | |
parent | cf82726b69e5f993c5b9268a80d7dfc84ac09b31 (diff) | |
download | ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.tar.gz ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.zip |
Notes
Diffstat (limited to 'net/SSLtelnet')
-rw-r--r-- | net/SSLtelnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index 1f4b0a5b5dbb..647e8b87384f 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 29, 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.7 1999/03/26 08:44:57 dirk Exp $ +# $Id: Makefile,v 1.8 1999/08/05 08:00:18 dirk Exp $ DISTNAME= SSLtelnet-0.13 CATEGORIES= net security @@ -17,7 +17,7 @@ pre-fetch: @echo You must set variable USA_RESIDENT to YES, if you are USA resident @echo or to NO, if you aren\'t USA resident to build this package. @echo You must also have installed RSAREF if you are USA resident. - @false + @${FALSE} .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref |