diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 02:09:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 02:09:54 +0000 |
commit | 83ad6740dfdfccaf73037c36faf280eb6fb8f3cf (patch) | |
tree | 4b21d241ce93a62e3d49646b824885ee6351112e | |
parent | Instead of setting NO_PACKAGE to note that the port does not respect CC (diff) |
Correct COMMENT whitespace
-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 5369dd9041b0..b843d7e6c345 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -13,7 +13,7 @@ DISTNAME= lcsrc DIST_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org -COMMENT=L0pht Heavy Industries' cracker for SAMBA or Windows NT passwords +COMMENT= L0pht Heavy Industries' cracker for SAMBA or Windows NT passwords DOCDIR= share/doc/${PORTNAME} NO_PACKAGE= "uses GNU getopt with BSDish-licensed code from OpenSSL" |