diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /security/ssh6 | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'security/ssh6')
-rw-r--r-- | security/ssh6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index 721e4d85ef5..bffe300dd3a 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/11 03:12:51 itojun Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:50 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -19,11 +19,11 @@ HOMEPAGE= http://www.cs.hut.fi/ssh/ CONFLICTS= openssh-[0-9]* ssh-[0-9]* -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "Crypto; export-controlled" -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= ${RESTRICTED} LICENSE= no-commercial-use +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} CFLAGS= -O2 GNU_CONFIGURE= YES |