Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:47:15 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a32e31b45d02 - main - devel/autogen: Cosmetic change
Message-ID:  <202106101447.15AElFKC047379@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit a32e31b45d02d0a56eb9934c21a9980f5c99864c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:26:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 14:45:58 +0000

    devel/autogen: Cosmetic change
---
 devel/autogen/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index df806a46b496..b599a5de6ff6 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -17,9 +17,6 @@ BUILD_DEPENDS=	${RUN_DEPENDS} \
 LIB_DEPENDS=	libguile-2.2.so:lang/guile2
 RUN_DEPENDS=	bash:shells/bash
 
-# bin/columns
-CONFLICTS_INSTALL=	columns
-
 USES=		gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz
 USE_GNOME=	libxml2
 USE_PERL5=	build
@@ -36,6 +33,9 @@ USE_LDCONFIG=	yes
 
 INFO=		autogen
 
+# bin/columns
+CONFLICTS_INSTALL=	columns
+
 SHEBANG_FILES=	autoopts/tpl/*.pl
 
 .include <bsd.port.mk>



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