Skip to content

Commit

Permalink
german/BBBike: 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 24, 2024
1 parent cb7d76e commit 0ac4da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions german/BBBike/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= BBBike
PORTVERSION= 3.18
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= german
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}

Expand Down Expand Up @@ -80,7 +80,7 @@ do-build:

do-install:
-${RM} -r ${MYDESTDIR}
${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${STAGEDIR}${PREFIX}/share/man/man1
${FIND} ${WRKSRC} | ${XARGS} ${CHMOD} ugo+r
${FIND} ${WRKSRC} -perm -u=x | ${XARGS} ${CHMOD} go+x
${CP} -rp ${WRKSRC} ${MYDESTDIR}
Expand Down
2 changes: 1 addition & 1 deletion german/BBBike/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ BBBike/plugins/MultiMap.pm
BBBike/smsbbbike
bin/smsbbbike
BBBike/tkbikepwr
man/man1/bbbike.1.gz
share/man/man1/bbbike.1.gz
BBBike/lib/%%LOCAL_PERL_ARCH%%/BBBikeXS.pm
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline.pm
BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2.pm
Expand Down

0 comments on commit 0ac4da8

Please sign in to comment.