diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-21 11:08:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-21 11:08:23 +0000 |
commit | f682f47599b52b74aa0cfda8635dc8ec25c30bca (patch) | |
tree | 3c280543ba0b57d8098cd5fcbcd9a8eadafa4b8f /Mk/bsd.port.subdir.mk | |
parent | fdf822da8c949fd490f06c77651e568a7fc3e630 (diff) | |
download | ports-f682f47599b52b74aa0cfda8635dc8ec25c30bca.tar.gz ports-f682f47599b52b74aa0cfda8635dc8ec25c30bca.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 3169eb72be48..a84a02060d8a 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -194,6 +194,9 @@ README= ${TEMPLATES}/README.category HTMLIFY= sed -e 's/&/\&/g' -e 's/>/\>/g' -e 's/</\</g' +package-name: + @echo ${.CURDIR} | sed -e 's^.*/^^' + README.html: @echo "===> Creating README.html" @> $@.tmp |