Date: Tue, 22 Sep 2015 19:23:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397578 - head/audio/oss Message-ID: <201509221923.t8MJNJLu099260@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221923.t8MJNJLu099260>