aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-09-12 22:54:48 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-09-12 22:54:48 +0000
commit0fdd917db066425023de046f964cb6c172e3518d (patch)
tree5e4e73187dc421e063dc5e47c2510dc7cfd08299 /sysutils
parent6e31127d601248e9f7c68ab72de2eb65f938ee7b (diff)
downloadports-0fdd917db066425023de046f964cb6c172e3518d.tar.gz
ports-0fdd917db066425023de046f964cb6c172e3518d.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/sge/Makefile4
-rw-r--r--sysutils/sge60/Makefile4
-rw-r--r--sysutils/sge61/Makefile4
-rw-r--r--sysutils/sge62/Makefile4
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