diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 03:23:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 03:23:18 +0800 |
commit | 1062836b914e2fdf89ed2c10bb98545aea660a1c (patch) | |
tree | dad18e0b3cc0a73aade25a91a3b0007717ea60a8 /audio/oss | |
parent | 74c65014e7ad21bd35f79109093cfb0d0fee3a18 (diff) | |
download | freebsd-ports-gnome-1062836b914e2fdf89ed2c10bb98545aea660a1c.tar.gz freebsd-ports-gnome-1062836b914e2fdf89ed2c10bb98545aea660a1c.tar.zst freebsd-ports-gnome-1062836b914e2fdf89ed2c10bb98545aea660a1c.zip |
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.
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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/ |