diff options
Diffstat (limited to 'sysutils/sge')
-rw-r--r-- | sysutils/sge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index bb90869d0a05..dc13c4230eaa 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/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 |