diff options
Diffstat (limited to 'www/xcaddy/Makefile')
-rw-r--r-- | www/xcaddy/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/xcaddy/Makefile b/www/xcaddy/Makefile index d47e313cec4d..1a25c3c54912 100644 --- a/www/xcaddy/Makefile +++ b/www/xcaddy/Makefile @@ -1,6 +1,7 @@ PORTNAME= xcaddy DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= www DIST_SUBDIR= xcaddy @@ -20,4 +21,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> |