diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-03-28 09:51:25 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-03-28 09:51:25 +0000 |
commit | f112835567624f8a900b292800f1c03d53be1014 (patch) | |
tree | 305a0538449ae56f2d9e4597e9b7968ff292bb8b /devel/ocamlweb | |
parent | 3764620eae68bb06aaff607a1872dd1a0185b587 (diff) | |
download | ports-f112835567624f8a900b292800f1c03d53be1014.tar.gz ports-f112835567624f8a900b292800f1c03d53be1014.zip |
Notes
Diffstat (limited to 'devel/ocamlweb')
-rw-r--r-- | devel/ocamlweb/Makefile | 5 | ||||
-rw-r--r-- | devel/ocamlweb/distinfo | 4 | ||||
-rw-r--r-- | devel/ocamlweb/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/ocamlweb/pkg-plist | 2 |
4 files changed, 18 insertions, 4 deletions
diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index dd39972bde9b..604010b2f5d0 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -6,15 +6,16 @@ # PORTNAME= ocamlweb -PORTVERSION= 1.0 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= jkoshy@FreeBSD.Org BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX GNU_CONFIGURE= yes diff --git a/devel/ocamlweb/distinfo b/devel/ocamlweb/distinfo index 5af2a10d46d3..404b431ca6d7 100644 --- a/devel/ocamlweb/distinfo +++ b/devel/ocamlweb/distinfo @@ -1,2 +1,2 @@ -MD5 (ocamlweb-1.0.tar.gz) = 8ae28d395a1efc0f1a79a02ecf2f35c9 -MD5 (ocamlweb-man.ps.gz) = 9d7d14366cf8df05a412222470dc22b1 +MD5 (ocamlweb-1.3.tar.gz) = 8215e8658ed403cac66c4ce0cd4223b9 +MD5 (ocamlweb-man.ps.gz) = 29aa7e11f1faf6ed860fde2ebfaedf01 diff --git a/devel/ocamlweb/files/patch-Makefile.in b/devel/ocamlweb/files/patch-Makefile.in new file mode 100644 index 000000000000..39018a8cc97e --- /dev/null +++ b/devel/ocamlweb/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in-- Thu Mar 28 15:21:12 2002 ++++ Makefile.in Thu Mar 28 15:21:20 2002 +@@ -13,7 +13,7 @@ + + # command to update TeX' kpathsea database + MKTEXLSR = @MKTEXLSR@ +-UPDATETEX = $(MKTEXLSR) /usr/share/texmf /var/spool/texmf $(BASETEXDIR) > /dev/null ++UPDATETEX = $(MKTEXLSR) > /dev/null + + # Version + MAJORVN=1 diff --git a/devel/ocamlweb/pkg-plist b/devel/ocamlweb/pkg-plist index f60f483345f6..61ee9d1fa3bf 100644 --- a/devel/ocamlweb/pkg-plist +++ b/devel/ocamlweb/pkg-plist @@ -2,3 +2,5 @@ bin/ocamlweb share/texmf/tex/latex/misc/ocamlweb.sty share/doc/ocamlweb/ocamlweb-man.ps.gz @dirrm share/doc/ocamlweb +@exec %D/bin/mktexlsr +@unexec %D/bin/mktexlsr |