diff options
author | timur <timur@FreeBSD.org> | 2012-10-22 17:21:33 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2012-10-22 17:21:33 +0800 |
commit | 5f0ae8f86da73a70202ef9bfeecdcf7848d9d1a6 (patch) | |
tree | 98eee3c2c517754ec599fc3fe3bbecfe3ebbe518 | |
parent | 46b3c52b6bc4a82a89542f3bce813ee2fc9aa152 (diff) | |
download | freebsd-ports-graphics-5f0ae8f86da73a70202ef9bfeecdcf7848d9d1a6.tar.gz freebsd-ports-graphics-5f0ae8f86da73a70202ef9bfeecdcf7848d9d1a6.tar.zst freebsd-ports-graphics-5f0ae8f86da73a70202ef9bfeecdcf7848d9d1a6.zip |
Use samba36 as a master port.
Feature safe: yes
-rw-r--r-- | net/samba-nmblookup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba-nmblookup/Makefile b/net/samba-nmblookup/Makefile index 480557a5db5..b4ef1bcf8ac 100644 --- a/net/samba-nmblookup/Makefile +++ b/net/samba-nmblookup/Makefile @@ -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 |