mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Checkout directory ports/Templates too, required for config.guess
This commit is contained in:
parent
cf93c0b6d7
commit
0a333c0083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86037
12
devel/portcheckout/files/patch-ab
Normal file
12
devel/portcheckout/files/patch-ab
Normal file
@ -0,0 +1,12 @@
|
||||
--- portcheckout.pl.old Thu Jul 31 02:23:39 2003
|
||||
+++ portcheckout.pl Thu Jul 31 02:24:54 2003
|
||||
@@ -328,7 +328,8 @@
|
||||
#print qq{DISTDIR="/usr/ports/distfiles"; export DISTDIR\n};
|
||||
|
||||
print "\n# checkout FreeBSD ports system Makefiles\n";
|
||||
-print "cvs checkout -P $release ports/Mk\n\n";
|
||||
+print "cvs checkout -P $release ports/Mk\n";
|
||||
+print "cvs checkout -P $release ports/Templates\n\n";
|
||||
|
||||
|
||||
# list of dependings ports
|
12
ports-mgmt/portcheckout/files/patch-ab
Normal file
12
ports-mgmt/portcheckout/files/patch-ab
Normal file
@ -0,0 +1,12 @@
|
||||
--- portcheckout.pl.old Thu Jul 31 02:23:39 2003
|
||||
+++ portcheckout.pl Thu Jul 31 02:24:54 2003
|
||||
@@ -328,7 +328,8 @@
|
||||
#print qq{DISTDIR="/usr/ports/distfiles"; export DISTDIR\n};
|
||||
|
||||
print "\n# checkout FreeBSD ports system Makefiles\n";
|
||||
-print "cvs checkout -P $release ports/Mk\n\n";
|
||||
+print "cvs checkout -P $release ports/Mk\n";
|
||||
+print "cvs checkout -P $release ports/Templates\n\n";
|
||||
|
||||
|
||||
# list of dependings ports
|
Loading…
Reference in New Issue
Block a user