diff options
author | sf <sf@FreeBSD.org> | 2001-02-04 03:12:11 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-04 03:12:11 +0800 |
commit | 7a0b360c6316231ac64cd0c22e099dfaf924cb31 (patch) | |
tree | 04af15239503bbcb23e7cd35fcc4d43efd8f2553 | |
parent | d597d7d2cd68b7180fcea0eca6ef517a5cf3b864 (diff) | |
download | freebsd-ports-gnome-7a0b360c6316231ac64cd0c22e099dfaf924cb31.tar.gz freebsd-ports-gnome-7a0b360c6316231ac64cd0c22e099dfaf924cb31.tar.zst freebsd-ports-gnome-7a0b360c6316231ac64cd0c22e099dfaf924cb31.zip |
enforce not to create gif files and fix pkg-plist.
Submitted by: bento
-rw-r--r-- | textproc/latex2html/Makefile | 1 | ||||
-rw-r--r-- | textproc/latex2html/pkg-plist | 29 |
2 files changed, 1 insertions, 29 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 8cede1bed39d..242639c28e48 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl=${PERL} \ + --disable-gif \ --libdir=${PREFIX}/share/${PORTNAME} post-install: diff --git a/textproc/latex2html/pkg-plist b/textproc/latex2html/pkg-plist index 7733aa838cb5..021fb948c0f0 100644 --- a/textproc/latex2html/pkg-plist +++ b/textproc/latex2html/pkg-plist @@ -131,64 +131,35 @@ share/latex2html/example/sec2.tex share/latex2html/foilhtml/foilhtml.dtx share/latex2html/foilhtml/foilhtml.ins share/latex2html/foilhtml/readme.v12 -share/latex2html/icons/blueball.gif share/latex2html/icons/blueball.png -share/latex2html/icons/ch_beg_r.gif share/latex2html/icons/ch_beg_r.png -share/latex2html/icons/ch_begin.gif share/latex2html/icons/ch_begin.png -share/latex2html/icons/ch_del_r.gif share/latex2html/icons/ch_del_r.png -share/latex2html/icons/ch_delet.gif share/latex2html/icons/ch_delet.png -share/latex2html/icons/ch_end.gif share/latex2html/icons/ch_end.png -share/latex2html/icons/ch_end_r.gif share/latex2html/icons/ch_end_r.png -share/latex2html/icons/contents.gif share/latex2html/icons/contents.png -share/latex2html/icons/crossref.gif share/latex2html/icons/crossref.png -share/latex2html/icons/footnote.gif share/latex2html/icons/footnote.png -share/latex2html/icons/greenball.gif share/latex2html/icons/greenball.png share/latex2html/icons/icons.html -share/latex2html/icons/image.gif share/latex2html/icons/image.png -share/latex2html/icons/index.gif share/latex2html/icons/index.png -share/latex2html/icons/next.gif share/latex2html/icons/next.png -share/latex2html/icons/next_g.gif share/latex2html/icons/next_g.png -share/latex2html/icons/nx_grp.gif share/latex2html/icons/nx_grp.png -share/latex2html/icons/nx_grp_g.gif share/latex2html/icons/nx_grp_g.png -share/latex2html/icons/orangeball.gif share/latex2html/icons/orangeball.png -share/latex2html/icons/pinkball.gif share/latex2html/icons/pinkball.png -share/latex2html/icons/prev.gif share/latex2html/icons/prev.png -share/latex2html/icons/prev_g.gif share/latex2html/icons/prev_g.png -share/latex2html/icons/purpleball.gif share/latex2html/icons/purpleball.png -share/latex2html/icons/pv_grp.gif share/latex2html/icons/pv_grp.png -share/latex2html/icons/pv_grp_g.gif share/latex2html/icons/pv_grp_g.png -share/latex2html/icons/redball.gif share/latex2html/icons/redball.png -share/latex2html/icons/up.gif share/latex2html/icons/up.png -share/latex2html/icons/up_g.gif share/latex2html/icons/up_g.png -share/latex2html/icons/whiteball.gif share/latex2html/icons/whiteball.png -share/latex2html/icons/yellowball.gif share/latex2html/icons/yellowball.png share/latex2html/l2hconf.pm share/latex2html/makemap |