aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/info2html/Makefile
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-03-10 13:26:10 +0800
committerbeech <beech@FreeBSD.org>2008-03-10 13:26:10 +0800
commit3105b3f6a015b623c29432ee5f07c30565c0574f (patch)
treefca31a4eb6ff1855476a0d3aab53098c3110be1a /textproc/info2html/Makefile
parent31db73163582154ade285d99d5716d92011ae6c1 (diff)
downloadfreebsd-ports-gnome-3105b3f6a015b623c29432ee5f07c30565c0574f.tar.gz
freebsd-ports-gnome-3105b3f6a015b623c29432ee5f07c30565c0574f.tar.zst
freebsd-ports-gnome-3105b3f6a015b623c29432ee5f07c30565c0574f.zip
- Update to 2.0
- Pass maintainership to submitter PR: ports/121552 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'textproc/info2html/Makefile')
-rw-r--r--textproc/info2html/Makefile17
1 files changed, 11 insertions, 6 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>