diff options
-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 |