Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:22:55 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: 46f04f3e53ee - main - textproc/bibutils: Cosmetic change
Message-ID:  <202203302222.22UMMtlj063398@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=46f04f3e53ee8a728c73fe3545dc9eded56c4c18

commit 46f04f3e53ee8a728c73fe3545dc9eded56c4c18
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:03:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:03:57 +0000

    textproc/bibutils: Cosmetic change
---
 textproc/bibutils/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/bibutils/Makefile b/textproc/bibutils/Makefile
index 21addcf550a5..28388075513f 100644
--- a/textproc/bibutils/Makefile
+++ b/textproc/bibutils/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	bibutils
 PORTVERSION=	7.2
 CATEGORIES=	textproc
-MASTER_SITES=	SF/${PORTNAME}/
-DISTNAME=	${PORTNAME}_${PORTVERSION}
+MASTER_SITES=	SF/bibutils/
+DISTNAME=	bibutils_${PORTVERSION}
 EXTRACT_SUFX=	_src.tgz
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,13 +13,13 @@ LICENSE_FILE=	${WRKSRC}/Copying
 
 USES=		cpe gmake
 
-CONFLICTS_INSTALL=	bib2html # bin/bib2xml
-
 HAS_CONFIGURE=	yes
 TEST_TARGET=	test
 
 CPE_VENDOR=	bibutils_project
 
+CONFLICTS_INSTALL=	bib2html # bin/bib2xml
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
 



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