git: 2ad3c623ec6d - main - audio/linux-rl9-alsa-plugins-oss: Remove the post-install hack
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Apr 2025 06:27:51 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ad3c623ec6d396787e543afc498f788ab106cab commit 2ad3c623ec6d396787e543afc498f788ab106cab Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-04-19 17:39:35 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-04-21 06:27:36 +0000 audio/linux-rl9-alsa-plugins-oss: Remove the post-install hack --- audio/linux-rl9-alsa-plugins-oss/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/audio/linux-rl9-alsa-plugins-oss/Makefile b/audio/linux-rl9-alsa-plugins-oss/Makefile index 3cb5e020b2b6..f6769d2767dd 100644 --- a/audio/linux-rl9-alsa-plugins-oss/Makefile +++ b/audio/linux-rl9-alsa-plugins-oss/Makefile @@ -91,11 +91,6 @@ do-install: ${MKDIR} ${STAGEDIR}${LINUXBASE}/etc/alsa/conf.d ${LN} -sf ../../../usr/share/alsa/alsa.conf.d/50-oss.conf \ ${STAGEDIR}${LINUXBASE}/etc/alsa/conf.d - -## Pet poudriere's stage-qa -post-install: -.if defined(WRKDIRPREFIX) && !empty(WRKDIRPREFIX) - ${RM} -r ${LINUXBASE}${WRKDIRPREFIX} -.endif + ${RM} -r ${STAGEDIR}${LINUXBASE}/usr/etc .include <bsd.port.mk>