diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-28 04:39:39 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-28 04:39:39 +0000 |
commit | 4094396d8971422d5080b6b2b8ae019a8bb756ee (patch) | |
tree | fb320d2bbbc8374fc3e5aa75949f78ec28d3d23f /irc/ircd-ratbox | |
parent | 9cb033eb0c142642f0ccfd6abd5ccb4e2a09e747 (diff) | |
download | ports-4094396d8971422d5080b6b2b8ae019a8bb756ee.tar.gz ports-4094396d8971422d5080b6b2b8ae019a8bb756ee.zip |
Notes
Diffstat (limited to 'irc/ircd-ratbox')
-rw-r--r-- | irc/ircd-ratbox/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 44a9022a28f0..acdc63e59950 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -179,9 +179,10 @@ post-patch: pre-su-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - ${MKDIR} ${PREFIX}/etc/${PORTNAME} - ${MKDIR} ${DATADIR}/help - ${MKDIR} ${PREFIX}/lib/${PORTNAME}/modules + ${MKDIR} ${PREFIX}/etc/${PORTNAME} + ${CHOWN} ircd:ircd ${PREFIX}/etc/${PORTNAME} + ${MKDIR} ${DATADIR}/help + ${MKDIR} ${PREFIX}/lib/${PORTNAME}/modules post-install: .if !defined(NOPORTDOCS) |