diff options
author | brooks <brooks@FreeBSD.org> | 2005-09-13 06:54:48 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-09-13 06:54:48 +0800 |
commit | c4061a0cfeb1af4c9e064da43bc315a2b2f72981 (patch) | |
tree | 18ef9dd6dd790083d9267d683bfa6603c156ed44 /sysutils | |
parent | 17e37db62abc3cb901e0cb540a544d69fd6f4fc8 (diff) | |
download | freebsd-ports-gnome-c4061a0cfeb1af4c9e064da43bc315a2b2f72981.tar.gz freebsd-ports-gnome-c4061a0cfeb1af4c9e064da43bc315a2b2f72981.tar.zst freebsd-ports-gnome-c4061a0cfeb1af4c9e064da43bc315a2b2f72981.zip |
Don't install CVS files and directories from the new dist tarballs.
Reported by: pointyhat (via kris)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sge/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge60/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge61/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge62/Makefile | 4 |
4 files changed, 8 insertions, 8 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 diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index bb90869d0a05..dc13c4230eaa 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/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 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 diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index bb90869d0a05..dc13c4230eaa 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/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 |