git: e053da4b9411 - main - devel/envsubst: Clean up the port

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Apr 15 09:46:33 UTC 2021


The branch main has been updated by 0mp:

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

commit e053da4b94116eb8e142e9fb4e49ca34796b9df2
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-15 09:45:30 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-15 09:46:37 +0000

    devel/envsubst: Clean up the port
    
    No functional changes intended.
    
    Approved by:    portmgr blanket
---
 devel/envsubst/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/envsubst/Makefile b/devel/envsubst/Makefile
index 155c1bf44ca5..b5a0544731f9 100644
--- a/devel/envsubst/Makefile
+++ b/devel/envsubst/Makefile
@@ -5,18 +5,18 @@ CATEGORIES=	devel
 MASTER_SITES=	https://distfiles.dereferenced.org/envsubst/
 
 MAINTAINER=	bapt at FreeBSD.org
-COMMENT=	perform variable substitutions on input
+COMMENT=	Perform variable substitutions on input
 
-USES=	tar:xz
 LICENSE=	ISCL
 
-PLIST_FILES=	bin/isc-${PORTNAME}
+USES=		tar:xz
 
 ALL_TARGET=	${PORTNAME}
 
+PLIST_FILES=	bin/isc-${PORTNAME}
+
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/isc-${PORTNAME}
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/isc-${PORTNAME}
 
 .include <bsd.port.mk>
-


More information about the dev-commits-ports-all mailing list