diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-03 10:12:08 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-03 10:12:08 +0000 |
commit | 6cf16b507116560c5e4684e4870cfc58f655069f (patch) | |
tree | 61420dd7da0d8eb3905243730df836b343c336de /devel/ocamlweb/Makefile | |
parent | Update to 2.2.2. (diff) |
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.
Diffstat (limited to 'devel/ocamlweb/Makefile')
-rw-r--r-- | devel/ocamlweb/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |