diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-03 04:29:19 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-03 04:29:19 +0000 |
commit | d5bdbf776b4259b1f57cc5e313408ad69ed47751 (patch) | |
tree | 76c4e695f08973152adb67bbd5e0193d03ffad2a /devel/ocamlweb | |
parent | ea7f8d4ef3f4a40243be348225918d1bdafe3fb1 (diff) | |
download | FreeBSD-ports-d5bdbf776b4259b1f57cc5e313408ad69ed47751.zip FreeBSD-ports-d5bdbf776b4259b1f57cc5e313408ad69ed47751.tar.gz |
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
Diffstat (limited to 'devel/ocamlweb')
-rw-r--r-- | devel/ocamlweb/Makefile | 8 | ||||
-rw-r--r-- | devel/ocamlweb/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
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 <bsd.port.mk> 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 |