mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- Fix chown in post-install
Reported by: maintainer Pointy hat to: pav
This commit is contained in:
parent
dd87df5000
commit
ce13f0cf21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143127
2 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Services
|
||||
PORTVERSION= 3.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/ircsvs3/
|
||||
PKGNAMEPREFIX= PTlink-
|
||||
|
@ -29,7 +30,7 @@ CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
|||
|
||||
post-install:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CHOWN} -R ${USER}:${GROUP} ${SYSCONFDIR}
|
||||
@${CHOWN} -R ircd:ircd ${SYSCONFDIR}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue