diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2002-06-03 18:12:08 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2002-06-03 18:12:08 +0800 |
commit | 35c67ca5f5290dc1e274686645ddfb9062afb5cb (patch) | |
tree | eeebbd5a42b25f28aa2aa2817be88d5f6b9efacb | |
parent | 3011c5e457ee2a93ff8129b8f87232c8d256a55c (diff) | |
download | freebsd-ports-gnome-35c67ca5f5290dc1e274686645ddfb9062afb5cb.tar.gz freebsd-ports-gnome-35c67ca5f5290dc1e274686645ddfb9062afb5cb.tar.zst freebsd-ports-gnome-35c67ca5f5290dc1e274686645ddfb9062afb5cb.zip |
Track version bump on MASTER_SITE. Reflect the fact that Ocamlweb's
documentation is now version numbered. Make pkg-plist correct
when NOPORTDOCS is defined.
-rw-r--r-- | devel/ocamlweb/Makefile | 6 | ||||
-rw-r--r-- | devel/ocamlweb/distinfo | 4 | ||||
-rw-r--r-- | devel/ocamlweb/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index 604010b2f5d0..1bace021db26 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ocamlweb -PORTVERSION= 1.3 +PORTVERSION= 1.31 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= jkoshy@FreeBSD.Org +MAINTAINER= jkoshy@FreeBSD.ORG BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX @@ -20,7 +20,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) -DOCFILES= ${PORTNAME}-man.ps.gz +DOCFILES= ${PORTNAME}-${PORTVERSION}-man.ps.gz .endif MAN1= ocamlweb.1 diff --git a/devel/ocamlweb/distinfo b/devel/ocamlweb/distinfo index 404b431ca6d7..15f50439f884 100644 --- a/devel/ocamlweb/distinfo +++ b/devel/ocamlweb/distinfo @@ -1,2 +1,2 @@ -MD5 (ocamlweb-1.3.tar.gz) = 8215e8658ed403cac66c4ce0cd4223b9 -MD5 (ocamlweb-man.ps.gz) = 29aa7e11f1faf6ed860fde2ebfaedf01 +MD5 (ocamlweb-1.31.tar.gz) = dc18d5bc4fa2e0e4ca5f822e887a1f24 +MD5 (ocamlweb-1.31-man.ps.gz) = dfaeea17ad6011254b35a95e7255d3d7 diff --git a/devel/ocamlweb/pkg-plist b/devel/ocamlweb/pkg-plist index 61ee9d1fa3bf..3c03a5932248 100644 --- a/devel/ocamlweb/pkg-plist +++ b/devel/ocamlweb/pkg-plist @@ -1,6 +1,6 @@ bin/ocamlweb share/texmf/tex/latex/misc/ocamlweb.sty -share/doc/ocamlweb/ocamlweb-man.ps.gz -@dirrm share/doc/ocamlweb +%%PORTDOCS%%share/doc/ocamlweb/ocamlweb-man.ps.gz +%%PORTDOCS%%@dirrm share/doc/ocamlweb @exec %D/bin/mktexlsr @unexec %D/bin/mktexlsr |