diff --git a/devel/envsubst/Makefile b/devel/envsubst/Makefile index 155c1bf44ca5..b5a0544731f9 100644 --- a/devel/envsubst/Makefile +++ b/devel/envsubst/Makefile @@ -1,22 +1,22 @@ PORTNAME= envsubst PORTVERSION= 0.1 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 -