View | Details | Raw Unified | Return to bug 199306
Collapse All | Expand All

(-)Makefile (+6 lines)
Lines 24-27 Link Here
24
PORTDOCS=	COPYING
24
PORTDOCS=	COPYING
25
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
25
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
26
26
27
post-extract:
28
	@${REINPLACE_CMD} '/^#drivers =/{p;s/^#drivers =/drivers =/; \
29
		/^drivers =/s/pulse/oss/;/^drivers =/s/oss/pulse/2;}' \
30
			${WRKSRC}/etc/openal/alsoft.conf && \
31
	${RM} ${WRKSRC}/etc/openal/alsoft.conf.bak
32
27
.include <bsd.port.mk>
33
.include <bsd.port.mk>

Return to bug 199306