diff options
-rw-r--r-- | devel/portcheckout/files/patch-ab | 12 | ||||
-rw-r--r-- | ports-mgmt/portcheckout/files/patch-ab | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/devel/portcheckout/files/patch-ab b/devel/portcheckout/files/patch-ab new file mode 100644 index 000000000000..919579561917 --- /dev/null +++ b/devel/portcheckout/files/patch-ab @@ -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 diff --git a/ports-mgmt/portcheckout/files/patch-ab b/ports-mgmt/portcheckout/files/patch-ab new file mode 100644 index 000000000000..919579561917 --- /dev/null +++ b/ports-mgmt/portcheckout/files/patch-ab @@ -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 |