diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 20:51:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 20:51:02 +0800 |
commit | 4f397cdd231a23f34b8cc08a6968700ceb60743a (patch) | |
tree | 3e11fd8cdd766d9e6a5df699e92153321663fb57 /misc/chord2html | |
parent | 174da08db7893cff6a9472c320dd76705edfa8ba (diff) | |
download | freebsd-ports-gnome-4f397cdd231a23f34b8cc08a6968700ceb60743a.tar.gz freebsd-ports-gnome-4f397cdd231a23f34b8cc08a6968700ceb60743a.tar.zst freebsd-ports-gnome-4f397cdd231a23f34b8cc08a6968700ceb60743a.zip |
s/PLIST_DIR/PLIST_DIRS/ to unbreak plist
Diffstat (limited to 'misc/chord2html')
-rw-r--r-- | misc/chord2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index 1846d4963860..5936eb5213ab 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -22,7 +22,7 @@ NO_BUILD= yes MAN1= chord2html.1 PLIST_FILES= bin/chord2html share/chord2html/chord2html.css -PLIST_DIR= share/chord2html +PLIST_DIRS= share/chord2html post-patch: @${PERL} -pi -e "s,/usr/bin/perl,${PERL},g ; \ |