Index: head/misc/tmux/Makefile =================================================================== --- head/misc/tmux/Makefile (revision 226635) +++ head/misc/tmux/Makefile (revision 226636) @@ -1,24 +1,37 @@ # New ports collection makefile for: tmux # Date created: 28 May 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= tmux -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= wenheping@gmail.com 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 Property changes on: head/misc/tmux/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/misc/tmux/distinfo =================================================================== --- head/misc/tmux/distinfo (revision 226635) +++ head/misc/tmux/distinfo (revision 226636) @@ -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 Property changes on: head/misc/tmux/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/tmux/Makefile =================================================================== --- head/sysutils/tmux/Makefile (revision 226635) +++ head/sysutils/tmux/Makefile (revision 226636) @@ -1,24 +1,37 @@ # New ports collection makefile for: tmux # Date created: 28 May 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= tmux -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= wenheping@gmail.com 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 Property changes on: head/sysutils/tmux/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/tmux/distinfo =================================================================== --- head/sysutils/tmux/distinfo (revision 226635) +++ head/sysutils/tmux/distinfo (revision 226636) @@ -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 Property changes on: head/sysutils/tmux/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property