summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-02 07:14:08 +0000
committerkris <kris@FreeBSD.org>2002-10-02 07:14:08 +0000
commit800f42168aa62730d2b90f9d207447179d01f553 (patch)
tree468f50d33c4d068dd8f1fd5fb6e9d1bc5205e076 /Makefile
parente086add94f49e17795499592546aab5267eb4ce1 (diff)
downloadFreeBSD-ports-800f42168aa62730d2b90f9d207447179d01f553.zip
FreeBSD-ports-800f42168aa62730d2b90f9d207447179d01f553.tar.gz
Switch back to .tgz packages for 'parallel' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4dc3f0..1d59b90 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ parallel: ${.CURDIR}/INDEX
.for dir in ${SUBDIR}
@echo "all: ${dir}-all"
.endfor
- @awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; split(here, tmp, "/"); if (bdep != "") { gsub("$$", ".tbz", bdep); gsub(" ", ".tbz ", bdep); } if (rdep != "") { gsub("$$", ".tbz", rdep); gsub(" ", ".tbz ", rdep); } print tmp[4] "-all: " me ".tbz"; print me ": " me ".tbz"; print me ".tbz: " bdep " " rdep; printf("\t@/var/portbuild/scripts/pdispatch ${branch} /var/portbuild/scripts/portbuild %s.tbz %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' < ${.CURDIR}/INDEX
+ @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}/INDEX
CVS?= cvs
.if defined(SUPHOST)
OpenPOWER on IntegriCloud