ports/audio/beep/files/patch-Makefile
Renato Botelho 3a55ccece2 audio/beep: Update manpages path
Move manpages to ${PREFIX}/share/man

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-01-08 13:43:48 -03:00

22 lines
513 B
Text

--- Makefile.orig 2002-06-09 13:26:27 UTC
+++ Makefile
@@ -1,5 +1,10 @@
# $Id: Makefile,v 1.1.1.1 2002/06/09 13:26:27 andrew Exp $
+BINOWN!= /usr/bin/id -n -u
+BINGRP!= /usr/bin/id -n -g
+SHAREOWN= ${BINOWN}
+SHAREGRP= ${BINGRP}
+
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 \