From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 07:34:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2422F65B7B1; Fri, 25 Jun 2021 07:34:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GB7zy669Hz3NlG; Fri, 25 Jun 2021 07:34:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5617273AF; Fri, 25 Jun 2021 07:34:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15P7YM88088523; Fri, 25 Jun 2021 07:34:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P7YMmf088522; Fri, 25 Jun 2021 07:34:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 07:34:22 GMT Message-Id: <202106250734.15P7YMmf088522@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kirill Ponomarev Subject: git: 758f583e23df - main - devel/robodoc: resort Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 758f583e23df2912f46fc3d15cc62e021b85a6c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 07:34:23 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=758f583e23df2912f46fc3d15cc62e021b85a6c4 commit 758f583e23df2912f46fc3d15cc62e021b85a6c4 Author: Kirill Ponomarev AuthorDate: 2021-06-25 07:33:59 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-25 07:34:19 +0000 devel/robodoc: resort Makefile --- devel/robodoc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/robodoc/Makefile b/devel/robodoc/Makefile index b2720f1b1ec1..96fbd1b9eafb 100644 --- a/devel/robodoc/Makefile +++ b/devel/robodoc/Makefile @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes MAKEFILE= makefile -DOCS_FILES= AUTHORS ChangeLog NEWS README \ - Docs/manual.html Docs/manual.css Docs/robodoc_example.rc - OPTIONS_DEFINE= DOCS EXAMPLES +DOCS_FILES= AUTHORS ChangeLog NEWS README Docs/manual.html Docs/manual.css \ + Docs/robodoc_example.rc + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${STAGEDIR}${PREFIX}/bin