aboutsummaryrefslogtreecommitdiff
path: root/irc/ptlink-ircd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-19 07:30:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-19 07:30:57 +0000
commitce13f0cf2193fc0dda0102636c205b6934a8bead (patch)
tree496c2d94598d800050b5789e4246d803dae47254 /irc/ptlink-ircd
parentdd87df5000f7943c9c7bbcb8596f2a414671d379 (diff)
downloadports-ce13f0cf2193fc0dda0102636c205b6934a8bead.tar.gz
ports-ce13f0cf2193fc0dda0102636c205b6934a8bead.zip
- Fix chown in post-install
Reported by: maintainer Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=143127
Diffstat (limited to 'irc/ptlink-ircd')
-rw-r--r--irc/ptlink-ircd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/ptlink-ircd/Makefile b/irc/ptlink-ircd/Makefile
index 23de2b9f3d72..c004f7449d76 100644
--- a/irc/ptlink-ircd/Makefile
+++ b/irc/ptlink-ircd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= IRCd
PORTVERSION= 6.19.4
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/ircd/
PKGNAMEPREFIX= PTlink-
@@ -28,8 +29,8 @@ CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} --with-pidfile=${SYSCONFDIR}/ircd.pid
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
- @${CHOWN} -R ${USER}:${GROUP} ${SYSCONFDIR}
- @${CHOWN} -R ${USER}:${GROUP} ${LOGDIR}
+ @${CHOWN} -R ircd:ircd ${SYSCONFDIR}
+ @${CHOWN} -R ircd:ircd ${LOGDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>