svn commit: r506876 - head/audio/sndio

Tobias Kortkamp tobik at FreeBSD.org
Thu Jul 18 20:07:23 UTC 2019


Author: tobik
Date: Thu Jul 18 20:07:22 2019
New Revision: 506876
URL: https://svnweb.freebsd.org/changeset/ports/506876

Log:
  audio/sndio: Pet portclippy

Modified:
  head/audio/sndio/Makefile

Modified: head/audio/sndio/Makefile
==============================================================================
--- head/audio/sndio/Makefile	Thu Jul 18 19:35:51 2019	(r506875)
+++ head/audio/sndio/Makefile	Thu Jul 18 20:07:22 2019	(r506876)
@@ -11,18 +11,19 @@ COMMENT=	Small audio and MIDI framework from the OpenB
 
 LICENSE=	ISCL
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${PREFIX}/man
-
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	sndiod
 
-USERS=		_sndio
-GROUPS=		_sndio
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--mandir=${PREFIX}/man \
+		--prefix=${PREFIX}
 
 # Parallel build leads to problems, but sndio is very quick to compile
 # as is so not worth fixing
 MAKE_JOBS_UNSAFE=	yes
+
+USERS=		_sndio
+GROUPS=		_sndio
 
 post-patch:
 # Make sure sndiod can be started inside jails as root


More information about the svn-ports-all mailing list