=================================================================== RCS file: /cvs/ports/net/samba4/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/net/samba4/Attic/Makefile 2013/01/09 15:31:08 1.1 +++ ports/net/samba4/Attic/Makefile 2013/01/14 07:38:15 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/01/09 15:31:08 kirby Exp $ +# $OpenBSD: Makefile,v 1.2 2013/01/14 07:38:15 kirby Exp $ #ONLY_FOR_ARCHS = ??? #NOT_FOR_ARCHS = ??? SHARED_ONLY = Yes @@ -12,8 +12,8 @@ #PKGNAME = ??? #PKGNAME-foo = ??? for multi packages -#SHARED_LIBS += wbclient 0.0 # 0.11 -#SHARED_LIBS += com_err-samba4 0.0 # 0.25 +SHARED_LIBS += wbclient 0.11 +SHARED_LIBS += com_err-samba4 0.25 CATEGORIES = net @@ -50,9 +50,6 @@ #FAKE_FLAGS = ??? #REGRESS_FLAGS = ??? -#SEPARATE_BUILD = Yes (build in a directory other than WRKSRC) -#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC) -#USE_GROFF = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = simple CONFIGURE_ARGS += --enable-fhs \ @@ -62,7 +59,9 @@ --mandir=${PREFIX}/man \ --prefix=${PREFIX} \ --with-lockdir=/var/spool/samba \ - --with-privatedir=${SYSCONFDIR}/samba \ + --with-privatedir=${SYSCONFDIR}/samba4 \ + --with-configdir=${SYSCONFDIR}/samba4 \ + --sbindir=${PREFIX}/libexec \ --with-syslog \ --with-acl-support