diff options
author | kris <kris@FreeBSD.org> | 2006-09-04 01:36:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-04 01:36:56 +0800 |
commit | 0c1038c3adb61fead8eeb34d44cece2263d6540d (patch) | |
tree | 291f18aab170c7c1e52c05b6022ea59e7bb90be4 /security/l0phtcrack | |
parent | fcefa1a58e4fe92c8814e797b578467fceecb56a (diff) | |
download | freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.tar.gz freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.tar.zst freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.zip |
RESTRICTED is intended here instead of NO_PACKAGE
Diffstat (limited to 'security/l0phtcrack')
-rw-r--r-- | security/l0phtcrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index 34642cb203fa..d43dfd294cbf 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cracks SAMBA or Windows NT passwords DOCDIR= share/doc/${PORTNAME} -NO_PACKAGE= "uses GNU getopt with BSDish-licensed code from OpenSSL" +RESTRICTED= "uses GNU getopt with BSDish-licensed code from OpenSSL" NO_WRKSUBDIR= yes PLIST= ${WRKDIR}/pkg-plist USE_PERL5_BUILD=yes |