summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/git-comment.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/git-comment.pl b/bin/git-comment.pl
index 64361a60..5100941f 100644
--- a/bin/git-comment.pl
+++ b/bin/git-comment.pl
@@ -14,8 +14,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# MacPorts is strange.
-use lib (split(/:/, $ENV{GITPERLLIB} || '/opt/local/share/perl5'));
+use lib (split(/:/, $ENV{GITPERLLIB} || '/usr/local/share/perl5'));
 
 use strict;
 use warnings;