From owner-svn-ports-head@FreeBSD.ORG Wed Sep 3 13:55:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A043718; Wed, 3 Sep 2014 13:55:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 055D21C23; Wed, 3 Sep 2014 13:55:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s83DtELw046294; Wed, 3 Sep 2014 13:55:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s83DtE4j046293; Wed, 3 Sep 2014 13:55:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409031355.s83DtE4j046293@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 3 Sep 2014 13:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367199 - head/devel/ocaml-camlp5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 13:55:15 -0000 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}