diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-19 19:02:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-19 19:02:39 +0800 |
commit | ede89c77b210261c0267ed678a177cbb38a6baf5 (patch) | |
tree | 77f7da98d6d3fac2cb957b1cd160cb7ce47b5ec5 /security | |
parent | 3adabe6843d5fc57ab1dbc92bed9ff6909fa7066 (diff) | |
download | freebsd-ports-gnome-ede89c77b210261c0267ed678a177cbb38a6baf5.tar.gz freebsd-ports-gnome-ede89c77b210261c0267ed678a177cbb38a6baf5.tar.zst freebsd-ports-gnome-ede89c77b210261c0267ed678a177cbb38a6baf5.zip |
NME -> NAME
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/libntlm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index fda00dada2f4..3160b50b3537 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -9,7 +9,7 @@ PORTNAME= libntlm PORTVERSION= 0.3.2 CATEGORIES= security -MASTER_SITES= http://josefsson.org/${PORTNME}/releases/ +MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication |