svn commit: r397578 - head/audio/oss

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 22 19:23:19 UTC 2015


Author: amdmi3
Date: Tue Sep 22 19:23:18 2015
New Revision: 397578
URL: https://svnweb.freebsd.org/changeset/ports/397578

Log:
  Don't create ${PREFIX}/lib/oss/logs - it currently doesn't get to
  the package anyway, and doesn't seem to be needed - the only mention
  of it in the source references sbin/soundon log, however on FreeBSD
  sbin/soundon stores log in /var/log.

Modified:
  head/audio/oss/Makefile

Modified: head/audio/oss/Makefile
==============================================================================
--- head/audio/oss/Makefile	Tue Sep 22 19:13:46 2015	(r397577)
+++ head/audio/oss/Makefile	Tue Sep 22 19:23:18 2015	(r397578)
@@ -86,7 +86,6 @@ do-install:
 	-@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/include/sys 2>/dev/null
 	${INSTALL_DATA} ${PROTO_OSSLIBDIR}/include/sys/soundcard.h \
 	    ${STAGEDIR}${PREFIX}/lib/oss/include/sys/
-	-@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/logs 2>/dev/null
 	${INSTALL_KLD} ${PROTO_OSSLIBDIR}/modules/*.ko ${STAGEDIR}${KMODDIR}
 	${INSTALL_MAN} ${PROTO_MANDIR}/man1/*.1.gz \
 	    ${STAGEDIR}${PREFIX}/man/man1/


More information about the svn-ports-head mailing list