--- b/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PORTNAME= redmine PORTVERSION= 3.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ --- b/files/redmine.in +++ b/files/redmine.in @@ -25,6 +25,9 @@ pidfile="%%WWWDIR%%/tmp/pids/thin.pid" load_rc_config $name +# add /usr/local/bin to path +export PATH=$PATH:%%PREFIX%%/bin + # set defaults : ${redmine_enable="NO"} : ${redmine_flags="-a 0.0.0.0 -p 3000 -e production"}