mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
*/*: convert Makefile patches to MAKE_ARGS after "Move man pages to share/man"
Replaced patches for Makefiles with "MAKE_ARGS+=MANDIR=${PREFIX}/share/man" Reported by: danfe, mat Approved by: portmgr (blanket)
This commit is contained in:
parent
4747a5be5b
commit
79f8f9c8f5
@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE
|
|||||||
|
|
||||||
USES= cpe
|
USES= cpe
|
||||||
|
|
||||||
|
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
|
||||||
|
|
||||||
CPE_VENDOR= mpd_project
|
CPE_VENDOR= mpd_project
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS NG_IPACCT RADIUS
|
OPTIONS_DEFINE= DOCS NG_IPACCT RADIUS
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- 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:
|
|
||||||
|
|
@ -16,6 +16,8 @@ LICENSE= BSD2CLAUSE
|
|||||||
|
|
||||||
USES= uidfix
|
USES= uidfix
|
||||||
|
|
||||||
|
MAKE_ARGS+= MAN1DIR=${PREFIX}/share/man/man1
|
||||||
|
|
||||||
# CCACHE has options, so may need d4p, make d4p not ccache friendly
|
# CCACHE has options, so may need d4p, make d4p not ccache friendly
|
||||||
# to avoid circular dependency
|
# to avoid circular dependency
|
||||||
NO_CCACHE= yes
|
NO_CCACHE= yes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- Makefile.orig 2016-07-08 14:49:08 UTC
|
--- Makefile.orig 2016-07-08 14:49:08 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -5,10 +5,15 @@ RM?= rm
|
@@ -5,7 +5,12 @@ RM?= rm
|
||||||
MAN= ${PROG}.1.gz
|
MAN= ${PROG}.1.gz
|
||||||
PROG= dialog4ports
|
PROG= dialog4ports
|
||||||
CFLAGS+= -Wall -pedantic
|
CFLAGS+= -Wall -pedantic
|
||||||
@ -13,8 +13,4 @@
|
|||||||
+LDADD+= -lm
|
+LDADD+= -lm
|
||||||
PREFIX?= /usr/local
|
PREFIX?= /usr/local
|
||||||
BINDIR= ${PREFIX}/bin
|
BINDIR= ${PREFIX}/bin
|
||||||
-MAN1DIR= ${PREFIX}/man/man1
|
MAN1DIR= ${PREFIX}/man/man1
|
||||||
+MAN1DIR= ${PREFIX}/share/man/man1
|
|
||||||
BSD_INSTALL_PROGRAM?= install -m 0555
|
|
||||||
BSD_INSTALL_DATA?= install -m 0444
|
|
||||||
|
|
||||||
|
@ -12,6 +12,8 @@ LICENSE= BSD2CLAUSE
|
|||||||
|
|
||||||
USES= tar:xz
|
USES= tar:xz
|
||||||
|
|
||||||
|
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
|
||||||
|
|
||||||
PLIST_FILES= etc/pam.d/unix-selfauth \
|
PLIST_FILES= etc/pam.d/unix-selfauth \
|
||||||
libexec/unix-selfauth-helper \
|
libexec/unix-selfauth-helper \
|
||||||
share/man/man8/unix-selfauth-helper.8.gz
|
share/man/man8/unix-selfauth-helper.8.gz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- Makefile.orig 2023-07-13 18:59:16 UTC
|
|
||||||
+++ Makefile
|
|
||||||
@@ -9,7 +9,7 @@ BINMODE= 4555
|
|
||||||
DIRS+= MAN8DIR
|
|
||||||
MAN= ${PROG}.8
|
|
||||||
MAN8= ${MAN}
|
|
||||||
-MANDIR= ${PREFIX}/man/man
|
|
||||||
+MANDIR= ${PREFIX}/share/man/man
|
|
||||||
MAN8DIR= ${MANDIR}8
|
|
||||||
|
|
||||||
CONFS= unix-selfauth
|
|
@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE
|
|||||||
|
|
||||||
USES= ncurses uidfix
|
USES= ncurses uidfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_ARGS+= LDFLAGS="${LDFLAGS} -lncurses"
|
MAKE_ARGS+= LDFLAGS="${LDFLAGS} -lncurses" MANDIR=${PREFIX}/share/man/man
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- Makefile.in.orig 1999-11-02 13:33:30 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -9,7 +9,7 @@ SRCS= lmmon.c
|
|
||||||
|
|
||||||
PREFIX= @prefix@
|
|
||||||
BINDIR= $(PREFIX)/bin
|
|
||||||
-MANDIR= $(PREFIX)/man/man
|
|
||||||
+MANDIR= $(PREFIX)/share/man/man
|
|
||||||
|
|
||||||
PROG= lmmon
|
|
||||||
MAN8= lmmon.8
|
|
@ -21,7 +21,7 @@ ALTQ_DESC= ALTQ support for queue statistics
|
|||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
MAKE_ARGS= LOCALBASE="${PREFIX}"
|
MAKE_ARGS= LOCALBASE="${PREFIX}" MANDIR=${PREFIX}/share/man/man
|
||||||
|
|
||||||
CFLAGS+= -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1
|
CFLAGS+= -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- Makefile.orig 2023-11-13 12:00:08 UTC
|
|
||||||
+++ Makefile
|
|
||||||
@@ -13,7 +13,7 @@ MAN= pftop.8
|
|
||||||
CFLAGS+= -Wall -Wno-unneeded-internal-declaration -DOS_LEVEL=${OSLEVEL}
|
|
||||||
LDADD+= -L${LOCALBASE}/lib -lcurses -lpfctl
|
|
||||||
|
|
||||||
-MANDIR=${LOCALBASE}/man/man
|
|
||||||
+MANDIR=${LOCALBASE}/share/man/man
|
|
||||||
BINDIR=${LOCALBASE}/sbin
|
|
||||||
|
|
||||||
.y.c:
|
|
Loading…
Reference in New Issue
Block a user