diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-07-13 06:04:36 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-07-13 06:04:36 +0800 |
commit | eab4eb30b1914b065a815432bae04961f9cbe94b (patch) | |
tree | c160274ab341d8379d7ae814a23a6dcaa4a5e5ff /mail | |
parent | 13af08418a51087d20aa7956ecd744d9d095fa5d (diff) | |
download | freebsd-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/Makefile | 2 |
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) |