diff options
Diffstat (limited to 'www/xcaddy/Makefile')
-rw-r--r-- | www/xcaddy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/xcaddy/Makefile b/www/xcaddy/Makefile index d47e313cec4d..406ed1183d60 100644 --- a/www/xcaddy/Makefile +++ b/www/xcaddy/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcaddy DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= www DIST_SUBDIR= xcaddy @@ -20,4 +20,8 @@ SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} +post-patch: + ${REINPLACE_CMD} 's,return "go",return "${GO_CMD}",g' \ + ${WRKSRC}/internal/utils/environment.go + .include <bsd.port.mk> |