aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-10-16 22:06:41 +0800
committerwen <wen@FreeBSD.org>2009-10-16 22:06:41 +0800
commit51f6ae97d341663be0bdfa065b75cf8cf59a37e4 (patch)
tree0f15cdc2d016313e3a41713f269684570a207135 /sysutils
parent52fc0dca15c956eebebd114622d6bc1f90d537a3 (diff)
downloadfreebsd-ports-gnome-51f6ae97d341663be0bdfa065b75cf8cf59a37e4.tar.gz
freebsd-ports-gnome-51f6ae97d341663be0bdfa065b75cf8cf59a37e4.tar.zst
freebsd-ports-gnome-51f6ae97d341663be0bdfa065b75cf8cf59a37e4.zip
- Add missing examples file
PR: ports/139675 Submitted by: Shane Bell <decept0@gmail.com> Approved by: miwi(mentor)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tmux/Makefile3
-rw-r--r--sysutils/tmux/pkg-plist1
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