--- Makefile 2012-05-15 12:00:23.000000000 -0700 +++ Makefile 2012-05-15 13:44:57.000000000 -0700 @@ -7,6 +7,7 @@ PORTNAME= zenoss PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.1/${PORTNAME}-${PORTVERSION}:source1 \ http://dev.sencha.com/deploy/:source2 --- files/patch-init.sh 2012-05-15 12:00:23.000000000 -0700 +++ files/patch-init.sh 2012-05-15 13:43:39.000000000 -0700 @@ -2,7 +2,7 @@ --- /dev/null 2011-04-19 17:01:32.000000000 -0700 +++ init.sh 2011-04-19 17:02:19.000000000 -0700 -@@ -0,0 +1,15 @@ +@@ -0,0 +1,19 @@ +#!/usr/bin/env bash +# load up the functions we'll use to build and install +. shared-functions.sh @@ -16,5 +16,9 @@ + exit 1 +fi + ++if [ ! -f "$ZENHOME/etc/zope.conf" ]; then ++ cp -p $ZENHOME/etc/zope.conf.in $ZENHOME/etc/zope.conf ++fi ++ +init +get_happy