diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 02:34:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 02:34:38 +0800 |
commit | 1f0166fe6e323076a699cade653247e104f89c09 (patch) | |
tree | f00dbff7667911c3ac309a589c6a689ab9dbdf4c /misc | |
parent | ef93cba6793e73032721927b251ffaf21494de11 (diff) | |
download | freebsd-ports-gnome-1f0166fe6e323076a699cade653247e104f89c09.tar.gz freebsd-ports-gnome-1f0166fe6e323076a699cade653247e104f89c09.tar.zst freebsd-ports-gnome-1f0166fe6e323076a699cade653247e104f89c09.zip |
Replace samba by samba3 since the former is about to be removed.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index ae7940e974b6..650480b9e2e0 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -18,7 +18,7 @@ COMMENT= Instant server installs a typical set of ports for a server RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup \ ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp3-server \ - ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba \ + ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3 \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} \ |