diff options
author | beech <beech@FreeBSD.org> | 2009-01-22 06:54:13 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-01-22 06:54:13 +0800 |
commit | 036309d674baced860fa778dbc4467eab3032b78 (patch) | |
tree | 76ecf5e1351c00ec84e13e4dc6495fa44be768bc /misc | |
parent | 90bf26221a3fda62003de1488f38f5d0471f166b (diff) | |
download | freebsd-ports-gnome-036309d674baced860fa778dbc4467eab3032b78.tar.gz freebsd-ports-gnome-036309d674baced860fa778dbc4467eab3032b78.tar.zst freebsd-ports-gnome-036309d674baced860fa778dbc4467eab3032b78.zip |
- Add missing files
PR: ports/130700
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tmux/files/patch-Makefile | 12 | ||||
-rw-r--r-- | misc/tmux/pkg-plist | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/misc/tmux/files/patch-Makefile b/misc/tmux/files/patch-Makefile new file mode 100644 index 000000000000..4882538006ac --- /dev/null +++ b/misc/tmux/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig 2009-01-18 23:30:26.000000000 +0800 ++++ Makefile 2009-01-18 23:31:22.000000000 +0800 +@@ -80,6 +80,9 @@ + # FreeBSD and DragonFly + .if ${OS} == "FreeBSD" || ${OS} == "DragonFly" + CFLAGS+= -DUSE_LIBUTIL_H ++INCDIRS+= -Icompat ++SRCS+= compat/vis.c ++LIBS+= -lcrypt + .endif + + OBJS= ${SRCS:S/.c/.o/:S/.y/.o/} diff --git a/misc/tmux/pkg-plist b/misc/tmux/pkg-plist new file mode 100644 index 000000000000..b7c9a3e33377 --- /dev/null +++ b/misc/tmux/pkg-plist @@ -0,0 +1,10 @@ +bin/tmux +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/NOTES +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tmux.vim +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/screen-keys.conf +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |