summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2003-07-12 13:20:59 +0000
committerJosef Karthauser <joe@FreeBSD.org>2003-07-12 13:20:59 +0000
commitb3f65a5df12f140dd38d23b27ff6fbe713af8943 (patch)
treed93789b15973b993dd3690a5eb7eac08bf12d97e /Makefile
parentLet the port build and install the source code related features and (diff)
Define the default SUP program to be cvsup.
PR: ports/15992
Notes
Notes: svn path=/head/; revision=84776
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9103af8df687..955b6751447c 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ parallel: ${.CURDIR}/${INDEXFILE}
@awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; split(here, tmp, "/"); if (bdep != "") { gsub("$$", ".tgz", bdep); gsub(" ", ".tgz ", bdep); } if (rdep != "") { gsub("$$", ".tgz", rdep); gsub(" ", ".tgz ", rdep); } print tmp[4] "-all: " me ".tgz"; print me ": " me ".tgz"; print me ".tgz: " bdep " " rdep; printf("\t@/var/portbuild/scripts/pdispatch ${branch} /var/portbuild/scripts/portbuild %s.tgz %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' < ${.CURDIR}/${INDEXFILE}
CVS?= cvs
+SUP?= cvsup
.if defined(SUPHOST)
SUPFLAGS+= -h ${SUPHOST}
.endif