diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
commit | eabbfd75e30148b8f686899a638b93547ca83485 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /mail/libspf | |
parent | f51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff) | |
download | ports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz ports-eabbfd75e30148b8f686899a638b93547ca83485.zip |
Notes
Diffstat (limited to 'mail/libspf')
-rw-r--r-- | mail/libspf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/libspf/Makefile b/mail/libspf/Makefile index 928e6675abf2..6b495fc177be 100644 --- a/mail/libspf/Makefile +++ b/mail/libspf/Makefile @@ -47,7 +47,7 @@ post-extract: post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${FIND} ${WRKSRC}/docs -type d -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC}/docs -type d -name CVS | ${XARGS} ${RM} -r .for i in docs docs/API docs/API/doxygen docs/API/doxygen/html docs/RFC docs/qmail \ docs/qmail/1.03 docs/qmail/1.04 docs/qmail/1.05 docs/spfqtool docs/Postfix \ docs/Postfix/2.1.x docs/Sendmail docs/Sendmail/8.12.x docs/Sendmail/8.13.x \ @@ -59,7 +59,7 @@ post-install: .endfor .endif @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${FIND} ${WRKSRC}/examples -type d -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC}/examples -type d -name CVS | ${XARGS} ${RM} -r .for i in examples/qmail examples/qmail/control examples/Sendmail @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${i} @for f in `${FIND} ${WRKSRC}/${i} ! -type d -maxdepth 1`; do \ @@ -67,7 +67,7 @@ post-install: done .endfor @${MKDIR} ${STAGEDIR}${DATADIR} - @${FIND} ${WRKSRC}/patches -type d -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC}/patches -type d -name CVS | ${XARGS} ${RM} -r .for i in patches patches/qmail patches/qmail/1.03 patches/qmail/1.05 patches/Postfix \ patches/Postfix/2.1.x patches/Sendmail patches/Sendmail/8.12.x patches/Sendmail/8.13.x \ patches/Courier-MTA |