svn commit: r367199 - head/devel/ocaml-camlp5

Antoine Brodin antoine at FreeBSD.org
Wed Sep 3 13:55:15 UTC 2014


Author: antoine
Date: Wed Sep  3 13:55:14 2014
New Revision: 367199
URL: http://svnweb.freebsd.org/changeset/ports/367199
QAT: https://qat.redports.org/buildarchive/r367199/

Log:
  Fix packaging

Modified:
  head/devel/ocaml-camlp5/Makefile

Modified: head/devel/ocaml-camlp5/Makefile
==============================================================================
--- head/devel/ocaml-camlp5/Makefile	Wed Sep  3 13:40:27 2014	(r367198)
+++ head/devel/ocaml-camlp5/Makefile	Wed Sep  3 13:55:14 2014	(r367199)
@@ -32,6 +32,7 @@ STRICT_DESC=		New syntax tree quotations
 
 OPTIONS_DEFINE=	DOCS
 
+DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
 PORTDOCS=	CHANGES DEVEL ICHANGES INSTALL MODE README UPGRADING
 
 MAKE_JOBS_UNSAFE= yes
@@ -45,15 +46,6 @@ CONFIGURE_ARGS+=	--strict
 .endif
 ALL_TARGET=	world.opt
 
-MLINKS=		camlp5.1 camlp5o.1 \
-		camlp5.1 camlp5o.opt.1 \
-		camlp5.1 camlp5r.1 \
-		camlp5.1 camlp5r.opt.1 \
-		camlp5.1 camlp5sch.1 \
-		camlp5.1 mkcamlp5.1 \
-		camlp5.1 mkcamlp5.opt.1 \
-		camlp5.1 ocpp5.1
-
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list