net/mpd5: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
bf66930408
commit
8520820855
2 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mpd
|
||||
DISTVERSION= 5.9
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
|
||||
PKGNAMESUFFIX= 5
|
||||
|
@ -59,7 +59,7 @@ PLIST_FILES+= ${CONFSUF:C|(.*)|"@sample etc/mpd5/mpd.\1.sample"|} \
|
|||
sbin/mpd5
|
||||
|
||||
.if !defined(WITHOUT_MAN)
|
||||
PLIST_FILES+= man/man8/mpd5.8.gz
|
||||
PLIST_FILES+= share/man/man8/mpd5.8.gz
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
11
net/mpd5/files/patch-doc_Makefile
Normal file
11
net/mpd5/files/patch-doc_Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- doc/Makefile.orig 2020-09-06 14:33:02 UTC
|
||||
+++ doc/Makefile
|
||||
@@ -13,7 +13,7 @@ MPD_DOC_FILES+= mpd*.html
|
||||
MPD_DOC_FILES+= mpd.ps
|
||||
|
||||
MAN8= mpd5.8
|
||||
-MANDIR= ${PREFIX}/man/man
|
||||
+MANDIR= ${PREFIX}/share/man/man
|
||||
|
||||
depend:
|
||||
|
Loading…
Reference in a new issue