audio/beep: Update manpages path

Move manpages to ${PREFIX}/share/man

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Renato Botelho 2024-01-08 10:57:50 -03:00
parent db333b1961
commit 3a55ccece2
2 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= beep
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= LOCAL/garga/${PORTNAME}
@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= amd64 i386
PLIST_FILES= bin/beep man/man1/beep.1.gz
PLIST_FILES= bin/beep share/man/man1/beep.1.gz
post-patch:
@${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \

View file

@ -11,3 +11,12 @@
PROG= beep
SRCS= ${PROG}.c ${PROG}.h
LDADD=
@@ -7,7 +12,7 @@ BINDIR= ${PREFIX}/bin
PREFIX?= /usr/local
BINDIR= ${PREFIX}/bin
-MANDIR= ${PREFIX}/man/man
+MANDIR= ${PREFIX}/share/man/man
.if defined(DEBUG)
CFLAGS= -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual \