diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 13:50:59 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 13:50:59 +0000 |
commit | b497cd441f03103c49373e61c4ec2224b5ef6163 (patch) | |
tree | 455441939c06027fac3e91ab65c04cdbfa17927c /misc/chord2html | |
parent | 6b40729543fb189f696258667035c8a85657cfde (diff) | |
download | ports-b497cd441f03103c49373e61c4ec2224b5ef6163.tar.gz ports-b497cd441f03103c49373e61c4ec2224b5ef6163.zip |
Notes
Diffstat (limited to 'misc/chord2html')
-rw-r--r-- | misc/chord2html/Makefile | 3 | ||||
-rw-r--r-- | misc/chord2html/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index a19b3bc1df1d..1846d4963860 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -21,6 +21,9 @@ NO_BUILD= yes MAN1= chord2html.1 +PLIST_FILES= bin/chord2html share/chord2html/chord2html.css +PLIST_DIR= share/chord2html + post-patch: @${PERL} -pi -e "s,/usr/bin/perl,${PERL},g ; \ s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/chord2html diff --git a/misc/chord2html/pkg-plist b/misc/chord2html/pkg-plist deleted file mode 100644 index f3eb9b294064..000000000000 --- a/misc/chord2html/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/chord2html -share/chord2html/chord2html.css -@dirrm share/chord2html |