mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Define the default SUP program to be cvsup.
PR: ports/15992
This commit is contained in:
parent
2ab9d80d68
commit
b3f65a5df1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84776
1
Makefile
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user