Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 07:35:00 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8670fba6f13b - 2021Q2 - devel/robodoc: resort Makefile
Message-ID:  <202106250735.15P7Z0ap088685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8670fba6f13b598ac894331fdda77b9ac64c5a2c

commit 8670fba6f13b598ac894331fdda77b9ac64c5a2c
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-06-25 07:33:59 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2021-06-25 07:34:57 +0000

    devel/robodoc: resort Makefile
    
    (cherry picked from commit 758f583e23df2912f46fc3d15cc62e021b85a6c4)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106250735.15P7Z0ap088685>