mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Do not enforce a user/group that stage will automatically set.
This allows packing as a user With hat: portmgr
This commit is contained in:
parent
5852c7462d
commit
0b32262e96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332209
@ -15,7 +15,6 @@ ALL_TARGET= popa3d
|
||||
PLIST= ${WRKDIR}/.PLIST.more
|
||||
CFLAGS+= -DPREFIX=${PREFIX}
|
||||
UNIQUENAME= ${.CURDIR:T}
|
||||
NEED_ROOT= yes
|
||||
|
||||
OPTIONS_DEFINE= SMTP_AFTER_POP3 STANDALONE_POP3 SETPROCTITLE
|
||||
NO_OPTIONS_SORT=yes
|
||||
@ -82,7 +81,7 @@ pre-install:
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL} ${COPY} -o root -g wheel -m 500 \
|
||||
${INSTALL} ${COPY} -m 500 \
|
||||
${WRKSRC}/popa3d ${STAGEDIR}${PREFIX}/libexec/popa3d
|
||||
${INSTALL_MAN} ${WRKSRC}/popa3d.8 ${STAGEDIR}${MANPREFIX}/man/man8/
|
||||
.if ${PORT_OPTIONS:MSMTP_AFTER_POP3} && !defined(WITHOUT_POPAUTH_M4)
|
||||
|
Loading…
Reference in New Issue
Block a user