diff options
Diffstat (limited to 'www/go-anubis/Makefile')
-rw-r--r-- | www/go-anubis/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/go-anubis/Makefile b/www/go-anubis/Makefile index ffb8f712420f..5c04b16c03ab 100644 --- a/www/go-anubis/Makefile +++ b/www/go-anubis/Makefile @@ -1,7 +1,6 @@ PORTNAME= anubis DISTVERSIONPREFIX= v -DISTVERSION= 1.18.0 -PORTREVISION= 1 +DISTVERSION= 1.21.3 CATEGORIES= www MASTER_SITES= https://github.com/techarohq/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMEPREFIX= go- @@ -17,12 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24,no_targets USE_RC_SUBR= ${PORTNAME} -PLIST_FILES= sbin/${PORTNAME} +PLIST_FILES= sbin/${PORTNAME} \ + sbin/robots2policy ALL_TARGET= prebaked-build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/var/${PORTNAME} \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/var/robots2policy \ + ${STAGEDIR}${PREFIX}/sbin/robots2policy .include <bsd.port.mk> |