diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-15 16:22:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-15 16:22:32 +0000 |
commit | 5e6708073d3b9c85fd537b6186d7b0cb6e0c65c6 (patch) | |
tree | 033554f73b477848b9b9ca6d3248c0548320fd3e /net/samba36 | |
parent | 0bef43e07f567df36dcbf3d9221683c8bf1777cf (diff) | |
download | ports-5e6708073d3b9c85fd537b6186d7b0cb6e0c65c6.tar.gz ports-5e6708073d3b9c85fd537b6186d7b0cb6e0c65c6.zip |
Notes
Diffstat (limited to 'net/samba36')
-rw-r--r-- | net/samba36/Makefile | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index b5dd735dd1f6..f2350485c545 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -2,7 +2,7 @@ PORTNAME= ${SAMBA_BASENAME}36 PORTVERSION= 3.6.25 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba SAMBA/samba/stable SAMBA/samba/pre DISTNAME= ${SAMBA_BASENAME}-${PORTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} @@ -30,7 +30,21 @@ AUTOHEADER_ARGS= ${IPATHS} AUTOCONF_ARGS= ${IPATHS} GNU_CONFIGURE= yes -USES= cpe execinfo gmake iconv pkgconfig +USES= cpe execinfo gmake iconv pkgconfig shebangfix +SHEBANG_FILES= ../examples/LDAP/convertSambaAccount \ + ../examples/LDAP/get_next_oid \ + ../examples/LDAP/ol-schema-migrate.pl \ + ../examples/ad-bench/ad-bench.sh \ + ../examples/misc/adssearch.pl \ + ../examples/misc/check_multiple_LDAP_entries.pl \ + ../examples/misc/cldap.pl \ + ../examples/printing/smbprint \ + ../examples/scripts/idmap/idmap_nis.sh \ + ../examples/scripts/printing/cups/smbaddprinter.pl \ + ../examples/scripts/printing/cups/smbdelprinter.pl \ + ../examples/scripts/shares/perl/modify_samba_config.pl \ + ../examples/scripts/users_and_groups/adduserstogroups.pl \ + ../examples/scripts/users_and_groups/createdomobj.pl USE_AUTOTOOLS= autoconf autoheader USE_LDCONFIG= ${SAMBA_LIBDIR} # pkg-config is used to find talloc |