Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 09:46:33 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e053da4b9411 - main - devel/envsubst: Clean up the port
Message-ID:  <202104150946.13F9kXOE065947@gitrepo.freebsd.org>

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

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

commit e053da4b94116eb8e142e9fb4e49ca34796b9df2
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-15 09:45:30 +0000
Commit:     Mateusz Piotrowski <0mp@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@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>
-



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