blob: 919579561917ce514e0b382cd26c75ff1f43d3da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|