Date: Sun, 24 Aug 2014 19:22:53 +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: r366001 - head/audio/play Message-ID: <201408241922.s7OJMr9P085005@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 24 19:22:52 2014 New Revision: 366001 URL: http://svnweb.freebsd.org/changeset/ports/366001 QAT: https://qat.redports.org/buildarchive/r366001/ Log: Allow staging as a regular user Modified: head/audio/play/Makefile Modified: head/audio/play/Makefile ============================================================================== --- head/audio/play/Makefile Sun Aug 24 19:22:40 2014 (r366000) +++ head/audio/play/Makefile Sun Aug 24 19:22:52 2014 (r366001) @@ -12,6 +12,7 @@ COMMENT= Simple audio file player CONFLICTS= sox-[0-9]* +USES= uidfix MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin" PLIST_FILES= bin/play man/ja/man1/play.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408241922.s7OJMr9P085005>