git: 43a9d7d003e2 - main - archivers/libcomprex: Adopt port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 15:10:36 UTC
The branch main has been updated by bofh:

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

commit 43a9d7d003e26f7577fdc227aae5684d723eef6b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 14:59:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 15:10:21 +0000

    archivers/libcomprex: Adopt port
    
    - Pet portclippy
    - Utilize USES=localbase
---
 archivers/libcomprex/Makefile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index a90f73f7b501..fe764fdb02f0 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -4,23 +4,24 @@ PORTREVISION=	13
 CATEGORIES=	archivers
 MASTER_SITES=	SF/gnupdate/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Transparently handles automatic compression and decompression of files
 WWW=		http://gnupdate.sourceforge.net/components/libcomprex/index.xml
 
 LICENSE=	LGPL21
 
-OPTIONS_DEFINE=	NLS
-OPTIONS_SUB=	yes
-
-INSTALL_TARGET=	install-strip
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 
-NLS_USES=	gettext
-NLS_CPPFLAGS=	-I${LOCALBASE}/include
-NLS_LDFLAGS=	-L${LOCALBASE}/lib -lintl
+INSTALL_TARGET=	install-strip
+
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
+
+NLS_USES=	gettext localbase:ldflags
 NLS_CONFIGURE_ENABLE=	nls
+NLS_LDFLAGS=	-lintl
 
 .include <bsd.port.mk>