diff options
author | beech <beech@FreeBSD.org> | 2009-01-22 06:51:40 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-01-22 06:51:40 +0800 |
commit | 90bf26221a3fda62003de1488f38f5d0471f166b (patch) | |
tree | 35232e2c01e77259640dc5490be21066a97c54be /misc | |
parent | 58bd28d30b158453b3b28aa2cbfc98d6401836d0 (diff) | |
download | freebsd-ports-gnome-90bf26221a3fda62003de1488f38f5d0471f166b.tar.gz freebsd-ports-gnome-90bf26221a3fda62003de1488f38f5d0471f166b.tar.zst freebsd-ports-gnome-90bf26221a3fda62003de1488f38f5d0471f166b.zip |
- Update to 0.6 from 0.5
- Respect PORTDOCS and PORTEXAMPLES
PR: ports/130700
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tmux/Makefile | 19 | ||||
-rw-r--r-- | misc/tmux/distinfo | 6 |
2 files changed, 19 insertions, 6 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index eb84d39ebfeb..d670c2b4ed53 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tmux -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= misc MASTER_SITES= SF @@ -15,10 +15,23 @@ COMMENT= A Terminal Multiplexer MAN1= tmux.1 -PLIST_FILES= bin/tmux - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in CHANGES FAQ NOTES + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} +.for i in n-marriott.sh n-marriott.conf tmux.vim screen-keys.conf + ${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR} +.endfor +.endif + .include <bsd.port.mk> diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo index 623da0d1a819..8abb0374de99 100644 --- a/misc/tmux/distinfo +++ b/misc/tmux/distinfo @@ -1,3 +1,3 @@ -MD5 (tmux-0.5.tar.gz) = 6053c9be7e8e532705e5e6d6dd6acf3e -SHA256 (tmux-0.5.tar.gz) = 9e2bd5a601e961aaf529824de0c502f5ef989ab2ae1713274c5e5cb0f6dd6d24 -SIZE (tmux-0.5.tar.gz) = 106782 +MD5 (tmux-0.6.tar.gz) = 0749cb7df138b587dfdb59f2cca4b414 +SHA256 (tmux-0.6.tar.gz) = 92fc309d4343527f09d94d18132e6b893983e00362ade7afc3799361ce78589a +SIZE (tmux-0.6.tar.gz) = 149636 |