svn commit: r366001 - head/audio/play

Antoine Brodin antoine at FreeBSD.org
Sun Aug 24 19:22:53 UTC 2014


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


More information about the svn-ports-all mailing list