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
This commit is contained in:
Christos Margiolis 2025-03-26 18:46:55 +01:00
parent a0bff7a087
commit 54d4fd4df4

View file

@ -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>