diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-11-12 00:46:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-11-12 00:46:38 +0000 |
commit | 675d69d33e176fc8502d46a4eaba5b0153c7f82e (patch) | |
tree | 0d270505457e482eff29fb8bad5122febba06ab2 /editors | |
parent | c3db7fbcbcbba44a348af90ba7bc249bb0c3d2ff (diff) | |
download | ports-675d69d33e176fc8502d46a4eaba5b0153c7f82e.tar.gz ports-675d69d33e176fc8502d46a4eaba5b0153c7f82e.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fileobj/Makefile | 8 | ||||
-rw-r--r-- | editors/fileobj/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 39df816f91d8..f194af72b3e2 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fileobj -PORTVERSION= 0.7.44 +PORTVERSION= 0.7.55 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -18,4 +18,10 @@ USE_GITHUB= yes USES= python USE_PYTHON= autoplist distutils +PLIST_FILES= man/man1/fileobj.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/editors/fileobj/distinfo b/editors/fileobj/distinfo index 409f89e38112..c7103e260abb 100644 --- a/editors/fileobj/distinfo +++ b/editors/fileobj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479721267 -SHA256 (kusumi-fileobj-v0.7.44_GH0.tar.gz) = acc0095ce5d699c1458adc253ea009a40e538c1f2a1eacc67bfdabb445373198 -SIZE (kusumi-fileobj-v0.7.44_GH0.tar.gz) = 121634 +TIMESTAMP = 1510447436 +SHA256 (kusumi-fileobj-v0.7.55_GH0.tar.gz) = 1c74475d87b5832efb507b0493092fe6bf366887cfd483741723d1eeedf7ade5 +SIZE (kusumi-fileobj-v0.7.55_GH0.tar.gz) = 128505 |