diff options
author | timur <timur@FreeBSD.org> | 2007-09-19 06:50:04 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2007-09-19 06:50:04 +0800 |
commit | 8ee7526677aa2ff61ce69125b314ea4a74ad21a5 (patch) | |
tree | 5e4f86332475d8a8a8da45f89e8ff13d9bce8b04 | |
parent | 65b95a62f416a5f71e3b774977e3bc7b16baa0d0 (diff) | |
download | freebsd-ports-gnome-8ee7526677aa2ff61ce69125b314ea4a74ad21a5.tar.gz freebsd-ports-gnome-8ee7526677aa2ff61ce69125b314ea4a74ad21a5.tar.zst freebsd-ports-gnome-8ee7526677aa2ff61ce69125b314ea4a74ad21a5.zip |
Reset PORTREVISION as a new version of master port is out.
Approved by: shaun (mentor)
-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" |