1
0
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:
Wolfram Schneider 2003-07-31 09:29:36 +00:00
parent cf93c0b6d7
commit 0a333c0083
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86037
2 changed files with 24 additions and 0 deletions

View 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

View 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