diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-07 09:09:01 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-07 09:09:01 +0800 |
commit | fb879cb6b962edfcb9561663357e586b9ed61443 (patch) | |
tree | 772e4f766d7d14262a17183a0b223feafa023f15 /net | |
parent | b5897c3bf5cab2908d57e78fd177f960e4b7cfaf (diff) | |
download | freebsd-ports-gnome-fb879cb6b962edfcb9561663357e586b9ed61443.tar.gz freebsd-ports-gnome-fb879cb6b962edfcb9561663357e586b9ed61443.tar.zst freebsd-ports-gnome-fb879cb6b962edfcb9561663357e586b9ed61443.zip |
- remove backup file left after patch and fix build
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index d0fa4da5391b..cb490713c5d6 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -153,7 +153,7 @@ pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.samba post-patch: - #${FIND} ${PATCH_WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; + ${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 |