diff --git a/tmux-1.9a-0.bee b/tmux-1.9a-0.bee index 5d25db1d1..f6b0903d5 100755 --- a/tmux-1.9a-0.bee +++ b/tmux-1.9a-0.bee @@ -22,8 +22,8 @@ SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${P # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -52,7 +52,7 @@ SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${P #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,7 +71,7 @@ SRCURL[0]="https://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-${P ## The name of this bee-file should follow the following naming convention: ## pkgname-pkgversion-pkgrevision.bee ## -## You may remove all comments as long as SRCURL[0]="" is set. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ##