diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
commit | b63a28f690b27a0ef6821a035dbe6cb73bebe946 (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /security/l0phtcrack | |
parent | 6b5b1aa5c967aad14fed743af779c3f9d3916a4d (diff) | |
download | ports-b63a28f690b27a0ef6821a035dbe6cb73bebe946.tar.gz ports-b63a28f690b27a0ef6821a035dbe6cb73bebe946.zip |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=314605
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 6388bee08036..cf124e9ed2fc 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cracks SAMBA or Windows NT passwords DOCDIR= share/doc/${PORTNAME} -RESTRICTED= "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 |