=================================================================== RCS file: /cvs/ports/www/pnp4nagios/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/www/pnp4nagios/Attic/Makefile 2016/02/05 14:54:00 1.4 +++ ports/www/pnp4nagios/Attic/Makefile 2016/02/05 15:35:49 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/02/05 14:54:00 kirby Exp $ +# $OpenBSD: Makefile,v 1.5 2016/02/05 15:35:49 kirby Exp $ # #SHARED_ONLY = ??? @@ -33,13 +33,13 @@ #LIB_DEPENDS = ??? FAKE_FLAGS = INSTALL_OPTS="-o roog -g bin" \ - SYSCONFDIR=${PREFIX}/examples/pnp4nagios/ + SYSCONFDIR=${PREFIX}/share/examples/pnp4nagios/ SYSCONFDIR = ${BASESYSCONFDIR}/pnp4nagios/ LOCALSTATEDIR = ${BASELOCALSTATEDIR}/pnp4nagios CONFIGURE_STYLE = gnu -CONFIGURE_ARGS += ${CONFIGURE_SHARED} \ +CONFIGURE_ARGS += --with-nagios-user=_icinga --with-nagios-group=_icinga \ --datarootdir=/var/www/pnp4nagios/ \ --libexecdir=${PREFIX}/libexec/nagios \ --with-perfdata-dir=/var/www/pnp4nagios/rrd \