summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-05-13 14:33:08 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-05-13 14:33:08 +0000
commitbc7b3071e094a100d015c4c1e120030489040b05 (patch)
tree5ddae4756bc0892e167649386e490721429c8290 /net
parentb57569ffa6274396be2a62389e4278edf3b3e5fe (diff)
downloadFreeBSD-ports-bc7b3071e094a100d015c4c1e120030489040b05.zip
FreeBSD-ports-bc7b3071e094a100d015c4c1e120030489040b05.tar.gz
Install audit VFS module.
Submitted by: marius@alchemy.franken.de
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 8ab04fa..c16de4e 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
OpenPOWER on IntegriCloud