diff options
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 |