1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Make sure man pages get installed in PREFIX

Reported by:	pointyhat via kris
This commit is contained in:
Michael Johnson 2005-10-16 21:22:23 +00:00
parent a3be77baee
commit 1d698f21a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145595

View File

@ -38,7 +38,7 @@ LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|doc win32|win32|g ; \
s|^mandir =.*$$|mandir = @mandir@|g'
s|^mandir =.*$$|mandir = ${PREFIX}/man|g'
@${REINPLACE_CMD} -e 's|@SPEEX_VERSION@|${PORTVERSION}|' \
${WRKSRC}/speex.pc.in
@${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \