From d5bdbf776b4259b1f57cc5e313408ad69ed47751 Mon Sep 17 00:00:00 2001 From: lioux Date: Mon, 3 Sep 2001 04:29:19 +0000 Subject: o update to 1.0 o style fix: unecho commands on Makefile o chase ocamlweb-man.ps.gz checksum on new version of the port PR: 30152 Submitted by: MAINTAINER --- devel/ocamlweb/Makefile | 8 +++++--- devel/ocamlweb/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'devel/ocamlweb') diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index 3271593..4177302 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocamlweb -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} @@ -22,10 +22,12 @@ GNU_CONFIGURE= yes DOCFILES= ${PORTNAME}-man.ps.gz .endif +MAN1= ocamlweb.1 + post-install: .if !defined{NOPORTDOCS} - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_MAN} ${DISTDIR}/${PORTNAME}-man.ps.gz ${PREFIX}/share/doc/${PORTNAME} + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-man.ps.gz ${DOCSDIR} .endif .include diff --git a/devel/ocamlweb/distinfo b/devel/ocamlweb/distinfo index 1e04c97..5af2a10 100644 --- a/devel/ocamlweb/distinfo +++ b/devel/ocamlweb/distinfo @@ -1,2 +1,2 @@ -MD5 (ocamlweb-0.9.tar.gz) = 1c6c0b307b6cf5e840c7255cdb6bd322 -MD5 (ocamlweb-man.ps.gz) = 41731901a88d410a3d95593602a5677f +MD5 (ocamlweb-1.0.tar.gz) = 8ae28d395a1efc0f1a79a02ecf2f35c9 +MD5 (ocamlweb-man.ps.gz) = 9d7d14366cf8df05a412222470dc22b1 -- cgit v1.1