diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-29 03:08:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-29 03:08:01 +0000 |
commit | bfa4f64f76f6dc4c181d8c7554ce6a76a72a5376 (patch) | |
tree | f23e2a577e9cc2a0ecdbd86c74d5deef7ff5518e /devel/sfio | |
parent | 9c25f0c3f43278539e62fa7922d6a7144d4f7a23 (diff) | |
download | ports-bfa4f64f76f6dc4c181d8c7554ce6a76a72a5376.tar.gz ports-bfa4f64f76f6dc4c181d8c7554ce6a76a72a5376.zip |
Notes
Diffstat (limited to 'devel/sfio')
-rw-r--r-- | devel/sfio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index aa8d53b094ff..2fb12ea3e1c3 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -3,7 +3,7 @@ # Date created: 8 November 1997 # Whom: jraynard # -# $Id: Makefile,v 1.1.1.1 1997/11/09 10:32:51 jraynard Exp $ +# $Id: Makefile,v 1.2 1997/11/10 09:13:28 asami Exp $ # DISTNAME= sfio97 @@ -18,6 +18,8 @@ NO_WRKSUBDIR= yes IS_INTERACTIVE= yes MAN3= sfio.3 sfdisc.3 +RESTRICTED= Requires user to register with AT&T. + do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} ""; \ |