Remove *.bak files from the directories listed in PORTDOCS, else they will be installed and included in the PLIST.

This commit is contained in:
Jimmy Olgeni 2006-07-12 22:04:36 +00:00
parent ff6332e52c
commit 758e433834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167634

View file

@ -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)