summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-22 19:23:18 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-22 19:23:18 +0000
commit1062836b914e2fdf89ed2c10bb98545aea660a1c (patch)
treedad18e0b3cc0a73aade25a91a3b0007717ea60a8
parent74c65014e7ad21bd35f79109093cfb0d0fee3a18 (diff)
downloadFreeBSD-ports-1062836b914e2fdf89ed2c10bb98545aea660a1c.zip
FreeBSD-ports-1062836b914e2fdf89ed2c10bb98545aea660a1c.tar.gz
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.
-rw-r--r--audio/oss/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile
index d1c66f3..57a09dc 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/
OpenPOWER on IntegriCloud