svn commit: r332209 - head/mail/popa3d
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 31 07:51:50 UTC 2013
Author: bapt
Date: Thu Oct 31 07:51:50 2013
New Revision: 332209
URL: http://svnweb.freebsd.org/changeset/ports/332209
Log:
Do not enforce a user/group that stage will automatically set.
This allows packing as a user
With hat: portmgr
Modified:
head/mail/popa3d/Makefile
Modified: head/mail/popa3d/Makefile
==============================================================================
--- head/mail/popa3d/Makefile Thu Oct 31 07:49:27 2013 (r332208)
+++ head/mail/popa3d/Makefile Thu Oct 31 07:51:50 2013 (r332209)
@@ -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)
More information about the svn-ports-all
mailing list