diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-01 11:04:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-01 11:04:44 +0000 |
commit | 6be6b0ed87e0c3750a03421514699c1a03877ffd (patch) | |
tree | da90e28d0ceb38126692766b05a9a8fce524460f /textproc | |
parent | 426c930e8256be0b5b9074d7c99865f7f8287d6e (diff) | |
download | ports-6be6b0ed87e0c3750a03421514699c1a03877ffd.tar.gz ports-6be6b0ed87e0c3750a03421514699c1a03877ffd.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibtex2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 6 | ||||
-rw-r--r-- | textproc/bibtex2html/pkg-plist | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 5f2380fba523..44166acaa1c2 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.92 +PORTVERSION= 1.93 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -18,5 +18,6 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml GNU_CONFIGURE= yes MAN1= bibtex2html.1 bib2bib.1 aux2bib.1 +PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html .include <bsd.port.mk> diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index 98512ae1ca02..864e46981c8e 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.92.tar.gz) = 9d69980f595be02a79a96a851d79bb88 -SHA256 (bibtex2html-1.92.tar.gz) = 3410acb7c01871a48fb4b483a3d93ade49e7fde2ce6d2c19daa3733c734caaea -SIZE (bibtex2html-1.92.tar.gz) = 69800 +MD5 (bibtex2html-1.93.tar.gz) = 64657c791a29b873467b20bad9705983 +SHA256 (bibtex2html-1.93.tar.gz) = 7f5a67363678fe2984bf85afc2c40608ea3e09a5d2806fcfa87b85ff5d0f7a76 +SIZE (bibtex2html-1.93.tar.gz) = 84155 diff --git a/textproc/bibtex2html/pkg-plist b/textproc/bibtex2html/pkg-plist deleted file mode 100644 index 2ac80ddcc04a..000000000000 --- a/textproc/bibtex2html/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/aux2bib -bin/bib2bib -bin/bibtex2html |