git: d19fca86deb6 - main - audio/libmp3-archive-perl: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 22:22:24 UTC
The branch main has been updated by sunpoet:

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

commit d19fca86deb67d12d7eba08c103da5b13db7c194
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:02:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:02:41 +0000

    audio/libmp3-archive-perl: Cosmetic change
---
 audio/libmp3-archive-perl/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/audio/libmp3-archive-perl/Makefile b/audio/libmp3-archive-perl/Makefile
index b47f2a2a793c..422245aaff91 100644
--- a/audio/libmp3-archive-perl/Makefile
+++ b/audio/libmp3-archive-perl/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	libmp3-archive-perl
 PORTVERSION=	0.9
 PORTREVISION=	1
 CATEGORIES=	audio perl5
-MASTER_SITES=	http://erislabs.net/ianb/projects/${PORTNAME}/ \
+MASTER_SITES=	http://erislabs.net/ianb/projects/libmp3-archive-perl/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,9 +13,10 @@ COMMENT=	Perl module to manipulate filenames containing music metadata
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL