Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/www/apache/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/apache/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.99 retrieving revision 1.100 diff -u -p -r1.99 -r1.100 --- pkgsrc/www/apache/Attic/Makefile 2002/06/19 15:22:36 1.99 +++ pkgsrc/www/apache/Attic/Makefile 2002/06/20 17:12:36 1.100 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2002/06/19 15:22:36 tron Exp $ +# $NetBSD: Makefile,v 1.100 2002/06/20 17:12:36 taca Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --with-perl=${PERL5} CONFIGURE_ARGS+= --with-port=80 CONFIGURE_ENV+= OPTIM="${APACHE_CUSTOM_CFLAGS}" CONFIGURE_ENV+= EAPI_MM="${BUILDLINK_DIR}" +CONFIGURE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} .include "../../mk/bsd.prefs.mk" @@ -169,7 +170,6 @@ post-install: done ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs ${INSTALL_SCRIPT} ${WRKDIR}/apache.sh ${PREFIX}/etc/rc.d/apache - ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/httpd .include "../../devel/libmm/buildlink.mk" .include "../../textproc/expat/buildlink.mk"