aboutsummaryrefslogtreecommitdiff
path: root/textproc/info2html
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-10 05:26:10 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-10 05:26:10 +0000
commitc82f528fb201ab7bae7f7c811b17bd656aca24e1 (patch)
tree8031cde74b7bc35adbd1b17d15bb183b6ac26c3d /textproc/info2html
parent7e627ae43287323c434ae5cb9dfb22bd1bf675bb (diff)
downloadports-c82f528fb201ab7bae7f7c811b17bd656aca24e1.tar.gz
ports-c82f528fb201ab7bae7f7c811b17bd656aca24e1.zip
Notes
Diffstat (limited to 'textproc/info2html')
-rw-r--r--textproc/info2html/Makefile17
-rw-r--r--textproc/info2html/distinfo6
2 files changed, 14 insertions, 9 deletions
diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile
index 29e855f1ab1e..510bdd438699 100644
--- a/textproc/info2html/Makefile
+++ b/textproc/info2html/Makefile
@@ -6,15 +6,20 @@
#
PORTNAME= info2html
-PORTVERSION= 1.1
+PORTVERSION= 2.0
CATEGORIES= textproc
-MASTER_SITES= http://wolfram.schneider.org/src/
+MASTER_SITES= SF
+EXTRACT_SUFX= .tar
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= wenheping@gmail.com
COMMENT= Translate GNU info files into HTML pages
-MAN1= info2html.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/info2html
+NO_BUILD= yes
+PLIST_FILES= bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/info2html ${LOCALBASE}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/infocat ${LOCALBASE}/bin
+ ${INSTALL_DATA} ${WRKSRC}/info2html.conf ${LOCALBASE}/bin
+ ${INSTALL_DATA} ${WRKSRC}/info2html.css ${LOCALBASE}/bin
.include <bsd.port.mk>
diff --git a/textproc/info2html/distinfo b/textproc/info2html/distinfo
index 6c2a53fe0ea2..6bd3fb7c2443 100644
--- a/textproc/info2html/distinfo
+++ b/textproc/info2html/distinfo
@@ -1,3 +1,3 @@
-MD5 (info2html-1.1.tar.gz) = 60af0b13f18ab1deee654f947d9fde71
-SHA256 (info2html-1.1.tar.gz) = 5a1e3bb37abab0282b6b98737b9677aba9f4b736a0b344fb6cc4d33fbb41de98
-SIZE (info2html-1.1.tar.gz) = 3779
+MD5 (info2html-2.0.tar) = fc265a8f5347805689b27c31e85ccc08
+SHA256 (info2html-2.0.tar) = 553f4d17e7edc13e5d27ae66e27b8702e1e83691adb3505a26e3af70276f84a5
+SIZE (info2html-2.0.tar) = 51200