diff options
author | acm <acm@FreeBSD.org> | 2009-05-04 23:23:08 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-04 23:23:08 +0800 |
commit | 75afd063cc6360ea33b6e6b546e9d9045c3bdd8f (patch) | |
tree | a8014c6c0eb0164b4abb158d8d90fcbb5aab1a43 /misc | |
parent | 2ee69327b2c9e2100fa083bdd04d450ef2c40b5c (diff) | |
download | freebsd-ports-gnome-75afd063cc6360ea33b6e6b546e9d9045c3bdd8f.tar.gz freebsd-ports-gnome-75afd063cc6360ea33b6e6b546e9d9045c3bdd8f.tar.zst freebsd-ports-gnome-75afd063cc6360ea33b6e6b546e9d9045c3bdd8f.zip |
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fpc-chm/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/fpc-chm/pkg-plist b/misc/fpc-chm/pkg-plist index 8471fc32c5b6..45cf30f7c873 100644 --- a/misc/fpc-chm/pkg-plist +++ b/misc/fpc-chm/pkg-plist @@ -13,6 +13,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmsitemap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfilewriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmreader.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlindexer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/fasthtmlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzx.o @@ -25,6 +27,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmsitemap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfilewriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmreader.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlindexer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpfasthtmlparser.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libphtmlutil.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libppaslzx.a @@ -37,6 +41,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmsitemap.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmwriter.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmfilewriter.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmreader.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libphtmlindexer.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmfiftimain.a @dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm @dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% @dirrmtry lib/fpc/%%PORTVERSION%%/units |