Date: Sun, 14 Sep 2014 19:24:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368219 - head/misc/orville-write Message-ID: <201409141924.s8EJOZe4082703@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Sep 14 19:24:34 2014 New Revision: 368219 URL: http://svnweb.freebsd.org/changeset/ports/368219 QAT: https://qat.redports.org/buildarchive/r368219/ Log: Allow staging as a regular user Modified: head/misc/orville-write/Makefile Modified: head/misc/orville-write/Makefile ============================================================================== --- head/misc/orville-write/Makefile Sun Sep 14 18:54:55 2014 (r368218) +++ head/misc/orville-write/Makefile Sun Sep 14 19:24:34 2014 (r368219) @@ -12,8 +12,9 @@ COMMENT= Advanced replacement for write/ GNU_CONFIGURE= yes CFLAGS+= -Wno-return-type -PLIST_FILES= bin/amin bin/helpers bin/huh bin/jot bin/mesg bin/tel \ - bin/telegram bin/write etc/orville.conf etc/wrthist etc/wrttmp \ +PLIST_FILES= "@(,,4711) bin/amin" "@(,,4711) bin/helpers" "@(,,4711) bin/huh" \ + bin/jot "@(,,4711) bin/mesg" bin/tel bin/telegram \ + "@(,,6711) bin/write" etc/orville.conf etc/wrthist etc/wrttmp \ man/man1/amin.1.gz man/man1/helpers.1.gz man/man1/huh.1.gz \ man/man1/mesg.1.gz man/man1/write.1.gz @@ -37,10 +38,10 @@ EXTRA_PATCHES= ${PATCHDIR}/utmpx-wrttmp. do-install: .for i in amin helpers huh mesg - ${INSTALL_PROGRAM} -m 4711 ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor .for i in write - ${INSTALL_PROGRAM} -m 6711 ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor .for i in jot tel telegram ${LN} -sf write ${STAGEDIR}${PREFIX}/bin/${i}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409141924.s8EJOZe4082703>