diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2003-05-07 12:03:43 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2003-05-07 12:03:43 +0800 |
commit | 855380812a3d132a4b98ddf628140e1e00691362 (patch) | |
tree | 513a248abcf26eac3a48d742044f6780e0f0baeb /devel/ocamlweb | |
parent | 38f506df26e4276fd23cb276aec4883a219cb0e9 (diff) | |
download | freebsd-ports-gnome-855380812a3d132a4b98ddf628140e1e00691362.tar.gz freebsd-ports-gnome-855380812a3d132a4b98ddf628140e1e00691362.tar.zst freebsd-ports-gnome-855380812a3d132a4b98ddf628140e1e00691362.zip |
Upgrade to v1.32; unbreak install.
Reminded by: Kris Kennaway <kris@obsecurity.org>
Diffstat (limited to 'devel/ocamlweb')
-rw-r--r-- | devel/ocamlweb/Makefile | 6 | ||||
-rw-r--r-- | devel/ocamlweb/distinfo | 4 | ||||
-rw-r--r-- | devel/ocamlweb/pkg-plist | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index d5efbf4a4521..198b9b77c5c0 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocamlweb -PORTVERSION= 1.31 +PORTVERSION= 1.32 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} @@ -15,8 +15,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jkoshy@FreeBSD.ORG COMMENT= A literate programming tool for Objective Caml -BROKEN= "Does not install" - BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX @@ -31,7 +29,7 @@ MAN1= ocamlweb.1 post-install: .if !defined{NOPORTDOCS} @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-man.ps.gz ${DOCSDIR} + @${INSTALL_DATA} ${DISTDIR}/${DOCFILES} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/devel/ocamlweb/distinfo b/devel/ocamlweb/distinfo index 15f50439f884..eaaf2c7c38ba 100644 --- a/devel/ocamlweb/distinfo +++ b/devel/ocamlweb/distinfo @@ -1,2 +1,2 @@ -MD5 (ocamlweb-1.31.tar.gz) = dc18d5bc4fa2e0e4ca5f822e887a1f24 -MD5 (ocamlweb-1.31-man.ps.gz) = dfaeea17ad6011254b35a95e7255d3d7 +MD5 (ocamlweb-1.32.tar.gz) = cc9e90e04db07764419e1d153d4978b2 +MD5 (ocamlweb-1.32-man.ps.gz) = 17612d19a6a56794cdc6da0cda8aa296 diff --git a/devel/ocamlweb/pkg-plist b/devel/ocamlweb/pkg-plist index 3c03a5932248..9a63d2b1cf21 100644 --- a/devel/ocamlweb/pkg-plist +++ b/devel/ocamlweb/pkg-plist @@ -1,6 +1,6 @@ bin/ocamlweb share/texmf/tex/latex/misc/ocamlweb.sty -%%PORTDOCS%%share/doc/ocamlweb/ocamlweb-man.ps.gz +%%PORTDOCS%%share/doc/ocamlweb/ocamlweb-1.32-man.ps.gz %%PORTDOCS%%@dirrm share/doc/ocamlweb @exec %D/bin/mktexlsr @unexec %D/bin/mktexlsr |