diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-05-12 17:00:22 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-05-12 17:00:22 +0000 |
commit | ffb13e795627f532b0416abd95a72b65ed58ccdf (patch) | |
tree | 36399abcfffad7bb5d154dcb3fca1d44239829f4 /net/samba | |
parent | 2e48bbadd3b6f7a348e456fcf1f50b432e075fa9 (diff) |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 791555bfb7f8..edda0188aba1 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -146,6 +146,7 @@ post-patch: #${FIND} ${PATCH_WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; ${FIND} ${PATCH_WRKSRC} -type f -empty -exec ${RM} {} \; ${CP} ${FILESDIR}/winbind_nss_bsd.c ${WRKSRC}/nsswitch/ + ${CHMOD} a+x ${WRKSRC}/../examples/VFS/configure post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc |