Make sure files are installed with the correct uid/gid.

This commit is contained in:
mbalmer 2005-11-01 11:34:15 +00:00
parent 04ab27d2cf
commit 164ad7e9c7
2 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2005/10/31 15:06:40 mbalmer Exp $
# $OpenBSD: Makefile,v 1.19 2005/11/01 11:34:15 mbalmer Exp $
COMMENT= "modular framework for web-based applications"
DISTNAME= horde-3.0.6
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel www
HOMEPAGE= http://www.horde.org/
@ -32,8 +33,10 @@ RUN_DEPENDS+= :php${PHP_VERSION}-core-*:www/php${PHP_VERSION}/core \
::devel/pear-Log \
::mail/pear-Mail-Mime \
:pear-DB-*:databases/pear-DB
do-install:
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@chown -R root:daemon ${PREFIX}/${DISTNAME}
@mv ${PREFIX}/${DISTNAME} ${INSTDIR}
.include <bsd.port.mk>

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.10 2005/10/31 15:02:34 mbalmer Exp $
@comment $OpenBSD: PLIST,v 1.11 2005/11/01 11:34:15 mbalmer Exp $
@group daemon
@owner root
horde/
horde/COPYING
horde/README
@ -48,8 +50,8 @@ horde/config/prefs.php.dist
horde/config/registry.php.dist
@sample horde/config/registry.php
@mode
@owner
@group
@owner root
@group daemon
horde/docs/
horde/docs/CHANGES
horde/docs/CODING_STANDARDS