diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2007-09-18 22:50:04 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2007-09-18 22:50:04 +0000 |
commit | 9594a3ee8651b1b82b2d49ea32ac93bd71518ee9 (patch) | |
tree | d7b01a6a803bc07f4569576da6831de356c7f9f3 /net/samba-libsmbclient | |
parent | 7775d0579aa5a377cb40c4f5f1aa50302cd81de7 (diff) |
Notes
Diffstat (limited to 'net/samba-libsmbclient')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 162c70858ff3..8a825896d2c1 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 PORTEPOCH= 0 PKGNAMESUFFIX= -libsmbclient @@ -23,6 +23,6 @@ USE_LDCONFIG= yes OPTIONS= ADS "With Active Directory support" off \ ADDNS "Build the libaddns shared library" off \ - SHAREMODES "Build the libsharemods shared library" off + SHAREMODES "Build the libsharemodes shared library" off .include "${MASTERDIR}/Makefile" |