aboutsummaryrefslogtreecommitdiff
path: root/Tools/make_readmes
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-11 21:25:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-11 21:25:16 +0000
commit4bfcaa5b4ce389703c0b3c68618bf5c70d5ab0b2 (patch)
tree653d8d0a7a225b9d8bd59767116794e9edf2addd /Tools/make_readmes
parent07987f03c8c5ab566f9971f995e6dbeb7f9e2328 (diff)
downloadports-4bfcaa5b4ce389703c0b3c68618bf5c70d5ab0b2.tar.gz
ports-4bfcaa5b4ce389703c0b3c68618bf5c70d5ab0b2.zip
Hopefully last try to fix readmes build.
Submitted by: Christopher Kelley <bsd at kelleycows.com> Pointyhat to: krion
Notes
Notes: svn path=/head/; revision=130942
Diffstat (limited to 'Tools/make_readmes')
-rw-r--r--Tools/make_readmes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/make_readmes b/Tools/make_readmes
index 507c66a4341d..d1ccd526dc3b 100644
--- a/Tools/make_readmes
+++ b/Tools/make_readmes
@@ -1,6 +1,7 @@
#!/usr/bin/perl
-$README="cat ${PORTSDIR}/README.port";
+$PORTSDIR="/usr/ports";
+$README=`cat ${PORTSDIR}/Templates/README.port`;
while(<>) {
split '\|';