summaryrefslogtreecommitdiff
path: root/devel/git-absorb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git-absorb/Makefile')
-rw-r--r--devel/git-absorb/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile
index 04a016d8fe39..7c22372d372c 100644
--- a/devel/git-absorb/Makefile
+++ b/devel/git-absorb/Makefile
@@ -1,6 +1,5 @@
PORTNAME= git-absorb
-DISTVERSION= 0.6.13
-PORTREVISION= 2
+DISTVERSION= 0.6.15
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
@@ -10,15 +9,16 @@ WWW= https://github.com/tummychow/git-absorb
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-LIB_DEPENDS= libgit2.so:devel/libgit2
-
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= tummychow
-PLIST_FILES= bin/git-absorb
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/${PORTNAME}.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-absorb
+ ${INSTALL_MAN} ${WRKSRC}/Documentation/${PORTNAME}.1 \
+ ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>