aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-c6-alsa-plugins-oss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/linux-c6-alsa-plugins-oss/Makefile')
-rw-r--r--audio/linux-c6-alsa-plugins-oss/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/linux-c6-alsa-plugins-oss/Makefile b/audio/linux-c6-alsa-plugins-oss/Makefile
index 410ed1a8e6ff..7f4830af864f 100644
--- a/audio/linux-c6-alsa-plugins-oss/Makefile
+++ b/audio/linux-c6-alsa-plugins-oss/Makefile
@@ -26,10 +26,8 @@ RPMVERSION= 3.el6
USE_LDCONFIG= yes
-CONF_FILE= etc/alsa/pcm/pcm-oss.conf
-
-post-patch:
- @${RM} ${WRKSRC}/${CONF_FILE}.orig
- @${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}.sample
+# We will use native configuration file, so delete a linux one
+post-extract:
+ @${RM} -r ${WRKSRC}/etc
.include <bsd.port.mk>