diff options
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index f3a367123f3..be68f779a95 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.244 2014/03/03 08:05:07 obache Exp $ +# $NetBSD: Makefile,v 1.245 2014/03/03 08:15:10 obache Exp $ DISTNAME= samba-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=stable/} @@ -108,6 +108,12 @@ SUBST_FILES.paths= ${WRKDIR}/adduser.sh ${WRKDIR}/deluser.sh SUBST_STAGE.paths= post-patch SUBST_VARS.paths+= AWK CAT MKTEMP RM PWD_MKDB SH +SUBST_CLASSES+= def-cfg +SUBST_MESSAGE.def-cfg= Fixing default config files +SUBST_FILES.def-cfg= ${WRKDIR}/${DISTNAME}/examples/smb.conf.default +SUBST_STAGE.def-cfg= post-configure +SUBST_VARS.def-cfg= SAMBA_LOGDIR + post-extract: ${CP} ${FILESDIR}/adduser.sh ${FILESDIR}/deluser.sh ${WRKDIR} for n in tdbbackup.8 tdbdump.8 tdbtool.8; do \ |