mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
a0bff7a087
commit
54d4fd4df4
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= virtual_oss
|
PORTNAME= virtual_oss
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.3.2
|
DISTVERSION= 1.3.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= christos@FreeBSD.org
|
MAINTAINER= christos@FreeBSD.org
|
||||||
|
@ -61,8 +62,4 @@ PLIST_FILES= sbin/virtual_oss \
|
||||||
|
|
||||||
MAKE_ARGS+= PTHREAD_LIBS="-lpthread"
|
MAKE_ARGS+= PTHREAD_LIBS="-lpthread"
|
||||||
|
|
||||||
post-patch:
|
|
||||||
${REINPLACE_CMD} -e 's|$${PREFIX}/man/man|$${PREFIX}/share/man/man|' \
|
|
||||||
${WRKSRC}/Makefile
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue