diff options
author | sem <sem@FreeBSD.org> | 2006-01-10 01:04:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-10 01:04:00 +0800 |
commit | 9c786e10097555ef2019017efa1684c1ef75861d (patch) | |
tree | 28b8e357451b3f892b226647517a3d8b3a0ba373 /net/samba-libsmbclient | |
parent | b4a0ba54b7eb5e7b6269a638fbc43192921a7e13 (diff) | |
download | freebsd-ports-gnome-9c786e10097555ef2019017efa1684c1ef75861d.tar.gz freebsd-ports-gnome-9c786e10097555ef2019017efa1684c1ef75861d.tar.zst freebsd-ports-gnome-9c786e10097555ef2019017efa1684c1ef75861d.zip |
- Fix man page name and remove a trash after cvs update meging
Diffstat (limited to 'net/samba-libsmbclient')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 5014c6b0c96d..f04ca2332034 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -42,14 +42,8 @@ PLIST_SUB+= MSRPC="@comment " .endif # Don't check for python presence CONFIGURE_ARGS+= --without-python -CONFIGURE_ARGS+= --without-syslog -CONFIGURE_ARGS+= --without-quotas -CONFIGURE_ARGS+= --without-utmp -CONFIGURE_ARGS+= --without-winbind -CONFIGURE_ARGS+= --without-ldapsam -CONFIGURE_ARGS+= --without-pam_smbpass -MAN8= libsmbclient.8 +MAN7= libsmbclient.7 do-build: cd ${WRKSRC} && ${MAKE} proto |