Date: Thu, 31 Oct 2013 07:51:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332209 - head/mail/popa3d Message-ID: <201310310751.r9V7poGC084275@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310751.r9V7poGC084275>