summaryrefslogtreecommitdiffstats
path: root/net/samba36/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba36/Makefile')
-rw-r--r--net/samba36/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile
index 6b3862e..ec185e5 100644
--- a/net/samba36/Makefile
+++ b/net/samba36/Makefile
@@ -483,8 +483,8 @@ pre-configure:
post-configure:
# It's in another port
- @${RM} -f ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages/libsmbclient.7.html
- @${RM} -rf ${WRKDIR}/${DISTNAME}/examples/libsmbclient
+ @${RM} ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages/libsmbclient.7.html
+ @${RM} -r ${WRKDIR}/${DISTNAME}/examples/libsmbclient
pre-install:
-@${FIND} "${STAGEDIR}${SAMBA_MODULEDIR}" -type f -o -type l 2>/dev/null | ${SORT} | ${SED} -E 's|^${STAGEDIR}${PREFIX}/?||;' > ${WRKDIR}/.PLIST.exclude
@@ -494,7 +494,7 @@ pre-install:
.endif
post-install:
- @${RM} -f ${STAGEDIR}/${PREFIX}/bin/findsmb
+ @${RM} ${STAGEDIR}/${PREFIX}/bin/findsmb
.for sect in 1 3 5 7 8
@${MKDIR} ${STAGEDIR}${MAN${sect}PREFIX}/man/man${sect}
. for man in ${SAMBA_MAN${sect}}
OpenPOWER on IntegriCloud