From b074cefaaabf7886430431f4eb53ab0eacb4060c Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 26 Apr 2001 11:55:11 +0000 Subject: Don't install backup files. --- math/py-scientific/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-scientific') diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index d7397513355c..dced99131941 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -37,8 +37,8 @@ post-install: @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCDIR} .if !defined(NOPORTDOCS) - cd ${WRKDIR}/${DISTNAME}/Doc; tar cf - . | \ - (cd ${DOCDIR}; tar xf -) + cd ${WRKDIR}/${DISTNAME}/Doc; tar -c --exclude='*~' -f - . | \ + (cd ${DOCDIR}; tar -xf -) @${MKDIR} ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Examples/* ${EXAMPLEDIR} .endif -- cgit v1.2.3