svn commit: r306264 - head/net/samba-nmblookup

Timur I. Bakeyev timur at FreeBSD.org
Mon Oct 22 09:21:34 UTC 2012


Author: timur
Date: Mon Oct 22 09:21:33 2012
New Revision: 306264
URL: http://svn.freebsd.org/changeset/ports/306264

Log:
  Use samba36 as a master port.
  
  Feature safe:	yes

Modified:
  head/net/samba-nmblookup/Makefile

Modified: head/net/samba-nmblookup/Makefile
==============================================================================
--- head/net/samba-nmblookup/Makefile	Mon Oct 22 09:20:05 2012	(r306263)
+++ head/net/samba-nmblookup/Makefile	Mon Oct 22 09:21:33 2012	(r306264)
@@ -13,7 +13,7 @@ COMMENT=		NetBIOS Name lookup tool
 
 CONFLICTS=		ja-samba-[23].* samba-[2-4].*
 
-SAMBA_PORT=		samba34
+SAMBA_PORT=		samba36
 SAMBA_SUBPORT=		yes
 
 MASTERDIR=		${.CURDIR}/../${SAMBA_PORT}
@@ -25,7 +25,7 @@ PLIST_FILES=		bin/nmblookup
 
 WITHOUT_ADS=		yes
 
-ALL_TARGET=		libtdb bin/nmblookup
+ALL_TARGET=		bin/nmblookup
 
 do-install:
 	-@${MKDIR} ${PREFIX}/bin


More information about the svn-ports-head mailing list