diff options
author | clement <clement@FreeBSD.org> | 2004-02-11 13:50:59 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-11 13:50:59 +0000 |
commit | 0119eb01225d5249c3d76e435c09260f986cf2cd (patch) | |
tree | f0bdbfe9ff74397c86ebf08efbdcb5ff2593548b /misc/chord2html | |
parent | d58e9d49b2ea6a7b512c6e2a2a98775029e16fc2 (diff) | |
download | FreeBSD-ports-0119eb01225d5249c3d76e435c09260f986cf2cd.zip FreeBSD-ports-0119eb01225d5249c3d76e435c09260f986cf2cd.tar.gz |
misc category cleanup part 2 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- SIZEify port
- make portlint happy
* chord2html, cwish, demoniac
- kill pkg-plist
PR: 61027
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
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 a19b3bc..1846d49 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 f3eb9b2..0000000 --- a/misc/chord2html/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/chord2html -share/chord2html/chord2html.css -@dirrm share/chord2html |