aboutsummaryrefslogtreecommitdiff
path: root/archivers/opkg-openwrt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/opkg-openwrt/Makefile')
-rw-r--r--archivers/opkg-openwrt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/opkg-openwrt/Makefile b/archivers/opkg-openwrt/Makefile
index 74ec6ce9ae74..f7182a39bc79 100644
--- a/archivers/opkg-openwrt/Makefile
+++ b/archivers/opkg-openwrt/Makefile
@@ -1,11 +1,12 @@
PORTNAME= opkg
DISTVERSION= 20180803
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers sysutils
PKGNAMESUFFIX= -openwrt
MAINTAINER= mm@FreeBSD.org
COMMENT= OpenWrt package manager
+WWW= https://openwrt.org/docs/guide-user/additional-software/opkg
LICENSE= GPLv2
@@ -45,7 +46,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/utils/opkg-key ${STAGEDIR}${PREFIX}/bin
.for file in opkg-cl.1 opkg-key.1
${INSTALL_MAN} ${WRKSRC}/man/${file}.in \
- ${STAGEDIR}${MANPREFIX}/man/man1/${file}
+ ${STAGEDIR}${PREFIX}/share/man/man1/${file}
.endfor
.include <bsd.port.post.mk>