git: 54d4fd4df4b7 - main - audio/virtual_oss: Remove post-patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Mar 2025 17:47:10 UTC
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/ports/commit/?id=54d4fd4df4b7d176951c895acdfc93d4206ec72f commit 54d4fd4df4b7d176951c895acdfc93d4206ec72f Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-03-26 17:46:55 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-03-26 17:46:55 +0000 audio/virtual_oss: Remove post-patch The man pages are already installed under /usr/local/share/man as of ca023d6 ("virtual_oss: Fix Makefile man page path"). Sponsored by: The FreeBSD Foundation Reviewed by: lwhsu Differential Revision: https://reviews.freebsd.org/D49511 --- audio/virtual_oss/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/audio/virtual_oss/Makefile b/audio/virtual_oss/Makefile index 8b7e3538386a..cfd2af78ccb2 100644 --- a/audio/virtual_oss/Makefile +++ b/audio/virtual_oss/Makefile @@ -1,6 +1,7 @@ PORTNAME= virtual_oss DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= christos@FreeBSD.org @@ -61,8 +62,4 @@ PLIST_FILES= sbin/virtual_oss \ MAKE_ARGS+= PTHREAD_LIBS="-lpthread" -post-patch: - ${REINPLACE_CMD} -e 's|$${PREFIX}/man/man|$${PREFIX}/share/man/man|' \ - ${WRKSRC}/Makefile - .include <bsd.port.mk>