Skip to content

Commit

Permalink
emulators/visualboyadvance-m: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent 247ce5f commit cb893d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions emulators/visualboyadvance-m/Makefile
@@ -1,6 +1,6 @@
PORTNAME= visualboyadvance-m
PORTVERSION= 2.0.0b2
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= emulators

MAINTAINER= ports@FreeBSD.org
Expand Down Expand Up @@ -75,8 +75,8 @@ USES+= compiler:c++11-lang
.endif

post-patch:
@${REINPLACE_CMD} -e '/SET.*LIRC_CLIENT_LIBRARY/ s|lirc_client|${LOCALBASE}/lib/lib&.so|; \
s|share/man|man|' ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e '/SET.*LIRC_CLIENT_LIBRARY/ s|lirc_client|${LOCALBASE}/lib/lib&.so|' \
${WRKSRC}/CMakeLists.txt

maint-gen-distfile:
@if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
Expand Down
4 changes: 2 additions & 2 deletions emulators/visualboyadvance-m/pkg-plist
Expand Up @@ -45,5 +45,5 @@
%%GVBAM%%share/icons/hicolor/48x48/apps/vbam.png
%%GVBAM%%share/icons/hicolor/64x64/apps/vbam.png
%%GVBAM%%share/icons/hicolor/96x96/apps/vbam.png
man/man1/vbam.1.gz
%%GVBAM%%man/man1/gvbam.1.gz
share/man/man1/vbam.1.gz
%%GVBAM%%share/man/man1/gvbam.1.gz

0 comments on commit cb893d9

Please sign in to comment.