mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/beep: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
db333b1961
commit
3a55ccece2
2 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= beep
|
PORTNAME= beep
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= LOCAL/garga/${PORTNAME}
|
MASTER_SITES= LOCAL/garga/${PORTNAME}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
|
@${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
|
||||||
|
|
|
@ -11,3 +11,12 @@
|
||||||
PROG= beep
|
PROG= beep
|
||||||
SRCS= ${PROG}.c ${PROG}.h
|
SRCS= ${PROG}.c ${PROG}.h
|
||||||
LDADD=
|
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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue