mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Fix config files location.
PR: ports/85589 Reported by: rik <freebsd-ports@rikrose.net>
This commit is contained in:
parent
5b4e3dfa0b
commit
fcd902e445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141769
@ -20,9 +20,10 @@ USE_REINPLACE= yes
|
|||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e 's|$$(PACKAGE).d|$$(PACKAGE)|g' \
|
||||||
's|$$(PACKAGE).d|$$(PACKAGE)|g' \
|
|
||||||
${WRKSRC}/etc/Makefile.in
|
${WRKSRC}/etc/Makefile.in
|
||||||
|
@${REINPLACE_CMD} -e 's|@PACKAGE@.d|@PACKAGE@|g' \
|
||||||
|
${WRKSRC}/src/Makefile.in
|
||||||
|
|
||||||
MAN3= priv_bind.3 priv_custom.3 priv_daemon.3 priv_execve.3 \
|
MAN3= priv_bind.3 priv_custom.3 priv_daemon.3 priv_execve.3 \
|
||||||
priv_fopen.3 priv_fork.3 priv_init.3 priv_invoke_cap_fn.3 \
|
priv_fopen.3 priv_fork.3 priv_init.3 priv_invoke_cap_fn.3 \
|
||||||
|
Loading…
Reference in New Issue
Block a user