From 1062836b914e2fdf89ed2c10bb98545aea660a1c Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 22 Sep 2015 19:23:18 +0000 Subject: 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. --- audio/oss/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/oss') diff --git a/audio/oss/Makefile b/audio/oss/Makefile index d1c66f3d3c25..57a09dc3c3dc 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -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/ -- cgit