mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Make sure man pages get installed in PREFIX
Reported by: pointyhat via kris
This commit is contained in:
parent
a3be77baee
commit
1d698f21a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145595
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
's|doc win32|win32|g ; \
|
's|doc win32|win32|g ; \
|
||||||
s|^mandir =.*$$|mandir = @mandir@|g'
|
s|^mandir =.*$$|mandir = ${PREFIX}/man|g'
|
||||||
@${REINPLACE_CMD} -e 's|@SPEEX_VERSION@|${PORTVERSION}|' \
|
@${REINPLACE_CMD} -e 's|@SPEEX_VERSION@|${PORTVERSION}|' \
|
||||||
${WRKSRC}/speex.pc.in
|
${WRKSRC}/speex.pc.in
|
||||||
@${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \
|
@${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue