diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 18:34:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 18:34:38 +0000 |
commit | 7472f055832266694d91a389b8d6d1384bce99d8 (patch) | |
tree | 04cdbd05a66cc0a034fb660be49e51cf41f68816 /misc | |
parent | Bump modified date in the entry changed by garga. (diff) |
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} \ |