diff options
author | tg <tg@FreeBSD.org> | 2001-04-26 19:55:11 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-04-26 19:55:11 +0800 |
commit | cd95272626197c31f289fbf7edd090a795a3d5c7 (patch) | |
tree | bc3fdf914017b8b5790dac00dfc136c452ce61a3 /math | |
parent | c97434d6e98cd3dc8962148e6f9bf49c5c1e4785 (diff) | |
download | freebsd-ports-gnome-cd95272626197c31f289fbf7edd090a795a3d5c7.tar.gz freebsd-ports-gnome-cd95272626197c31f289fbf7edd090a795a3d5c7.tar.zst freebsd-ports-gnome-cd95272626197c31f289fbf7edd090a795a3d5c7.zip |
Don't install backup files.
Diffstat (limited to 'math')
-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 |