diff --git a/devel/envsubst/Makefile b/devel/envsubst/Makefile index f8c5a82a6220..252c9a87615e 100644 --- a/devel/envsubst/Makefile +++ b/devel/envsubst/Makefile @@ -1,24 +1,24 @@ PORTNAME= envsubst PORTVERSION= 0.1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/envsubst/ -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perform variable substitutions on input WWW= https://github.com/kaniini/envsubst LICENSE= ISCL USES= tar:xz USE_CSTD= c99 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