diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-04-26 11:55:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-04-26 11:55:11 +0000 |
commit | b074cefaaabf7886430431f4eb53ab0eacb4060c (patch) | |
tree | 2fb834cdf906dd564e9200f0d75119b81ab5ea6b /math/py-scientific | |
parent | Add missing manpages to files/manpages. (diff) |
Don't install backup files.
Notes
Notes:
svn path=/head/; revision=41920
Diffstat (limited to 'math/py-scientific')
-rw-r--r-- | math/py-scientific/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |