Skip to content

Commit

Permalink
multimedia/msdl: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 17, 2024
1 parent 3311fb3 commit bd8ce89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion multimedia/msdl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= msdl
PORTVERSION= 1.2.7r2
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/}
Expand All @@ -12,8 +13,9 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/msdl \
man/man1/msdl.1.gz
share/man/man1/msdl.1.gz

# Fix build with clang11
CFLAGS+= -fcommon
Expand Down

0 comments on commit bd8ce89

Please sign in to comment.