Define the default SUP program to be cvsup.

PR:	ports/15992
This commit is contained in:
Josef Karthauser 2003-07-12 13:20:59 +00:00
parent 2ab9d80d68
commit b3f65a5df1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84776

View File

@ -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