summaryrefslogtreecommitdiff
path: root/www/gohugo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gohugo/Makefile')
-rw-r--r--www/gohugo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 5ac1902ba264..02605c0082cd 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hugo
DISTVERSIONPREFIX= v
DISTVERSION= 0.121.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
PKGNAMEPREFIX= go
@@ -60,7 +61,7 @@ do-build-MANPAGES-on:
do-install-MANPAGES-on:
.for i in ${PORTMANS}
- ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/share/man/man1
.endfor
.include <bsd.port.post.mk>