diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-12 03:46:55 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-12 03:46:55 +0800 |
commit | b929fde7fdadea94e3a660e03e0383068d9cd456 (patch) | |
tree | b69ca9354cac9d0e6af2b68a9d051094661b7002 /net | |
parent | 8e89f800294284c359029de69a5ceec5772ebd27 (diff) | |
download | freebsd-ports-gnome-b929fde7fdadea94e3a660e03e0383068d9cd456.tar.gz freebsd-ports-gnome-b929fde7fdadea94e3a660e03e0383068d9cd456.tar.zst freebsd-ports-gnome-b929fde7fdadea94e3a660e03e0383068d9cd456.zip |
Update to 3.0.20 slave ports of net/samba3.
PR: 85278
Submitted by: Timur I. Bakeyev (maintainer)
Approved by: perky (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 9 | ||||
-rw-r--r-- | net/samba-libsmbclient/pkg-plist | 16 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 1e82693d276e..4ae59ba277a4 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -33,11 +33,20 @@ CONFIGURE_ARGS+= --without-winbind CONFIGURE_ARGS+= --without-ldapsam CONFIGURE_ARGS+= --without-pam_smbpass +CONFIGURE_ARGS+= --without-krb5 +CONFIGURE_ARGS+= --without-ads + +MAN8= libsmbclient.8 + do-build: cd ${WRKSRC} && ${MAKE} proto cd ${WRKSRC} && ${MAKE} libsmbclient do-install: + -@${MKDIR} ${MAN8PREFIX}/man/man8 +.for man in ${MAN8} + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/manpages/${man} ${MAN8PREFIX}/man/man8 +.endfor -@${MKDIR} ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/include/libsmbclient.h ${PREFIX}/include -@${MKDIR} ${PREFIX}/lib diff --git a/net/samba-libsmbclient/pkg-plist b/net/samba-libsmbclient/pkg-plist index 73fa367852c8..197797d463b3 100644 --- a/net/samba-libsmbclient/pkg-plist +++ b/net/samba-libsmbclient/pkg-plist @@ -2,10 +2,26 @@ include/libsmbclient.h lib/libsmbclient.a lib/libsmbclient.so lib/libsmbclient.so.0 +%%EXAMPLESDIR%%/get_auth_data_fn.h +%%EXAMPLESDIR%%/smbwrapper/Makefile +%%EXAMPLESDIR%%/smbwrapper/README +%%EXAMPLESDIR%%/smbwrapper/opendir_smbsh.c +%%EXAMPLESDIR%%/smbwrapper/select.c +%%EXAMPLESDIR%%/smbwrapper/smbsh.c +%%EXAMPLESDIR%%/smbwrapper/smbw.c +%%EXAMPLESDIR%%/smbwrapper/smbw.h +%%EXAMPLESDIR%%/smbwrapper/smbw_dir.c +%%EXAMPLESDIR%%/smbwrapper/smbw_stat.c +%%EXAMPLESDIR%%/smbwrapper/wrapper.c +%%EXAMPLESDIR%%/smbwrapper/wrapper.h %%EXAMPLESDIR%%/Makefile %%EXAMPLESDIR%%/README %%EXAMPLESDIR%%/testacl.c %%EXAMPLESDIR%%/testbrowse.c +%%EXAMPLESDIR%%/testchmod.c %%EXAMPLESDIR%%/testsmbc.c +%%EXAMPLESDIR%%/teststat.c +%%EXAMPLESDIR%%/testutime.c %%EXAMPLESDIR%%/tree.c +@dirrm %%EXAMPLESDIR%%/smbwrapper @dirrm %%EXAMPLESDIR%% |