aboutsummaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-13 14:33:08 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-13 14:33:08 +0000
commit3a6bcf7612afde40e8845717ab15be6dc6860618 (patch)
tree43982340dd208b45754e9effe70d6f7e27ecebf6 /net/samba
parentd9b03bcebfef1e702ba05a069ff6d3c61fc60229 (diff)
downloadports-3a6bcf7612afde40e8845717ab15be6dc6860618.tar.gz
ports-3a6bcf7612afde40e8845717ab15be6dc6860618.zip
Notes
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 8ab04faa7e53..c16de4e3ef41 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -137,7 +137,7 @@ post-install:
.if defined(WITH_AUDIT) || defined(WITH_RECYCLE)
@test -d ${SAMBA_VFSDIR} || ${MKDIR} ${SAMBA_VFSDIR}
.if defined(WITH_AUDIT)
- ${INSTALL_PROGRAM) ${WRKDIR}/${DISTNAME}/examples/VFS/audit.so ${SAMBA_VFSDIR}
+ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/examples/VFS/audit.so ${SAMBA_VFSDIR}
.endif
.if defined(WITH_RECYCLE)
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/examples/VFS/recycle.so ${SAMBA_VFSDIR}
@@ -147,7 +147,7 @@ post-install:
${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba
.if defined(WITH_AUDIT) || defined(WITH_RECYCLE)
@${RM} -rf ${PREFIX}/share/examples/samba/VFS/.libs
- @for file in Makefile.orig audit.o audit.so recycle.o recycle.so skel.o skel.so ; do \
+ @for file in Makefile.orig audit.o audit.so recycle.c.orig recycle.o recycle.so skel.o skel.so ; do \
${RM} ${PREFIX}/share/examples/samba/VFS/$${file} ; \
done
.endif