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