Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2025 06:27:51 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ad3c623ec6d - main - audio/linux-rl9-alsa-plugins-oss: Remove the post-install hack
Message-ID:  <202504210627.53L6RpOL064128@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504210627.53L6RpOL064128>