diff options
Diffstat (limited to 'devel/ocamlweb/Makefile')
-rw-r--r-- | devel/ocamlweb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index c80e2f0de9f4..31a9608cd5a1 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ocamlweb -# Date created: 4 February 2001 -# Whom: Patrick Doane <patrick@watson.org> -# +# Created by: Patrick Doane <patrick@watson.org> # $FreeBSD$ -# PORTNAME= ocamlweb PORTVERSION= 1.34 @@ -32,6 +28,7 @@ PORTDOCS= ${PORTNAME}-${PORTVERSION}-man.ps.gz MAN1= ocamlweb.1 +NO_STAGE= yes post-install: ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} .if !defined(NOPORTDOCS) |