1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to v1.3. Add a runtime dependency on ports/print/teTeX.

Maintain TeX's `ls-lR' databases when the port is installed and
de-installed.

Take over maintainership.
This commit is contained in:
Joseph Koshy 2002-03-28 09:51:25 +00:00
parent 3764620eae
commit f112835567
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56779
4 changed files with 18 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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