diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index c7140f311c60..d99e54af3d5b 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= noti -DISTVERSIONPREFIX= v -DISTVERSION= 2.7.0 +DISTVERSION= 3.0.0 CATEGORIES= deskutils MAINTAINER= tagattie@yandex.com @@ -22,9 +21,11 @@ GH_ACCOUNT= variadico GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/noti -PLIST_FILES= bin/noti +PLIST_FILES= bin/noti man/man1/noti.1.gz man/man5/noti.yaml.5.gz do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/docs/man/noti.1 ${STAGEDIR}${PREFIX}/man/man1/noti.1 + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/docs/man/noti.yaml.5 ${STAGEDIR}${PREFIX}/man/man5/noti.yaml.5 .include diff --git a/deskutils/noti/distinfo b/deskutils/noti/distinfo index 5ee3a9fe2780..65506fea8ab5 100644 --- a/deskutils/noti/distinfo +++ b/deskutils/noti/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1508212235 -SHA256 (variadico-noti-v2.7.0_GH0.tar.gz) = afa49bf15795e007b5cfd3cf65eb46187f16f39c2afd1040a2c6dccc4adeb2d0 -SIZE (variadico-noti-v2.7.0_GH0.tar.gz) = 3736439 +SHA256 (variadico-noti-3.0.0_GH0.tar.gz) = 604ca1da56ba73fac7ca4236ae57c51c6c415f15649aa9be50a987254ba91301 +SIZE (variadico-noti-3.0.0_GH0.tar.gz) = 4441844