git: 04a59930aa00 - main - multimedia/dv2sub: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 21:42:46 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=04a59930aa009e7427f2c6cd9d72fe06490a26a1 commit 04a59930aa009e7427f2c6cd9d72fe06490a26a1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:48:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:48:11 +0000 multimedia/dv2sub: Moved man to share/man Approved by: portmgr (blanket) --- multimedia/dv2sub/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/dv2sub/Makefile b/multimedia/dv2sub/Makefile index 035927477af9..9c5bcc786c54 100644 --- a/multimedia/dv2sub/Makefile +++ b/multimedia/dv2sub/Makefile @@ -1,6 +1,6 @@ PORTNAME= dv2sub PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= SF @@ -11,9 +11,10 @@ WWW= https://dv2sub.sourceforge.net/ LIB_DEPENDS= libdv.so:multimedia/libdv GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= pkgconfig -PLIST_FILES= bin/dv2sub man/man1/dv2sub.1.gz +PLIST_FILES= bin/dv2sub share/man/man1/dv2sub.1.gz post-patch: @${REINPLACE_CMD} -e 's/void foo(void)//' ${WRKSRC}/configure