diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-09-12 22:54:48 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-09-12 22:54:48 +0000 |
commit | 0fdd917db066425023de046f964cb6c172e3518d (patch) | |
tree | 5e4e73187dc421e063dc5e47c2510dc7cfd08299 /sysutils/sge61 | |
parent | Add support for the ATmega640/1280/1281 family. (diff) |
Don't install CVS files and directories from the new dist tarballs.
Reported by: pointyhat (via kris)
Notes
Notes:
svn path=/head/; revision=142552
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index bb90869d0a05..dc13c4230eaa 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -170,8 +170,8 @@ do-install: cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} util/setfileperm.sh -auto ${SGE_ROOT} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/../doc && ${FIND} * \( -name nonexistant \ - ${EXCEPTFILES:S/^/-o -name /} -o -name CVS \) -a -prune -o -print \ + cd ${WRKSRC}/../doc && ${FIND} * \( -name CVS \ + ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print \ | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - .endif |