diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-05-13 02:30:01 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-05-13 02:30:01 +0000 |
commit | f3fe82ded4aa835707c66b1895d8a838510453cc (patch) | |
tree | aacde23c13921316a32df5736e62bbdecc4f50a3 /devel/bitkeeper | |
parent | devel/py-oci: Update to 2.14.2 (diff) |
Supply a symlink to ${LOCALBASE}/bitkeeper/bk in ${LOCALBASE}/bin.
PR: 245792
Notes
Notes:
svn path=/head/; revision=535079
Diffstat (limited to 'devel/bitkeeper')
-rw-r--r-- | devel/bitkeeper/Makefile | 4 | ||||
-rw-r--r-- | devel/bitkeeper/pkg-plist | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/devel/bitkeeper/Makefile b/devel/bitkeeper/Makefile index 233c4338f587..dacd476a388f 100644 --- a/devel/bitkeeper/Makefile +++ b/devel/bitkeeper/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitkeeper PORTVERSION= 7.3.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.bitkeeper.org/downloads/${PORTVERSION}/ DISTNAME= bk-${PORTVERSION}.src @@ -29,4 +30,7 @@ ALL_TARGET= p do-build: @(cd ${WRKSRC}; ${MAKE_CMD} ${ALL_TARGET}) +post-install: + @cd ${STAGEDIR}${PREFIX}/bin/ && ${LN} -s ../bitkeeper/bk + .include <bsd.port.mk> diff --git a/devel/bitkeeper/pkg-plist b/devel/bitkeeper/pkg-plist index 6bde94ef9fa7..431782dd22ca 100644 --- a/devel/bitkeeper/pkg-plist +++ b/devel/bitkeeper/pkg-plist @@ -1,3 +1,4 @@ +bin/bk bitkeeper/RELEASE-NOTES.md bitkeeper/b64wrap bitkeeper/bk |