diff options
-rw-r--r-- | sysutils/tmux/Makefile | 3 | ||||
-rw-r--r-- | sysutils/tmux/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index a396ad69f0f1..54eb6c463b07 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -7,6 +7,7 @@ PORTNAME= tmux PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -31,7 +32,7 @@ post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} -.for i in n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim +.for i in h-boetes.conf n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim ${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR} .endfor .endif diff --git a/sysutils/tmux/pkg-plist b/sysutils/tmux/pkg-plist index 264c4fb4ad03..fc277f82fb38 100644 --- a/sysutils/tmux/pkg-plist +++ b/sysutils/tmux/pkg-plist @@ -3,6 +3,7 @@ bin/tmux %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/NOTES %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h-boetes.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/screen-keys.conf |