diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-11 21:25:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-11 21:25:16 +0000 |
commit | 4bfcaa5b4ce389703c0b3c68618bf5c70d5ab0b2 (patch) | |
tree | 653d8d0a7a225b9d8bd59767116794e9edf2addd /Tools/make_readmes | |
parent | New port: security/pear-File_SMBPasswd PEAR class for managing SAMBA style pa... (diff) |
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_readmes | 3 |
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 '\|'; |