aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2006-07-13 06:04:36 +0800
committerolgeni <olgeni@FreeBSD.org>2006-07-13 06:04:36 +0800
commiteab4eb30b1914b065a815432bae04961f9cbe94b (patch)
treec160274ab341d8379d7ae814a23a6dcaa4a5e5ff /mail
parent13af08418a51087d20aa7956ecd744d9d095fa5d (diff)
downloadfreebsd-ports-gnome-eab4eb30b1914b065a815432bae04961f9cbe94b.tar.gz
freebsd-ports-gnome-eab4eb30b1914b065a815432bae04961f9cbe94b.tar.zst
freebsd-ports-gnome-eab4eb30b1914b065a815432bae04961f9cbe94b.zip
Remove *.bak files from the directories listed in PORTDOCS, else they will be installed and included in the PLIST.
Diffstat (limited to 'mail')
-rw-r--r--mail/py-spambayes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile
index 3e3e5486e9ac..35691c4c430a 100644
--- a/mail/py-spambayes/Makefile
+++ b/mail/py-spambayes/Makefile
@@ -40,6 +40,8 @@ post-patch:
${XARGS} -n 10 -x \
${REINPLACE_CMD} -E \
-e 's|/usr/bin/env python|${PYTHONBASE}/bin/${PYTHON_VERSION}|'
+ @${FIND} ${WRKSRC}/utilities ${WRKSRC}/contrib \
+ -type f -name *.bak | ${XARGS} ${RM}
post-install:
.ifndef(NOPORTDOCS)