aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-10-16 21:22:23 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-10-16 21:22:23 +0000
commit1d698f21a57f54452de05bd49da6dbafc855b72c (patch)
tree7577e773569c433417fed5f057aac7be2a9a7335 /audio/speex
parenta3be77baee223a040100ea06da8ae2c33f2ea64b (diff)
downloadports-1d698f21a57f54452de05bd49da6dbafc855b72c.tar.gz
ports-1d698f21a57f54452de05bd49da6dbafc855b72c.zip
- Make sure man pages get installed in PREFIX
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=145595
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 395cb8350b5a..95eb9a82e4f1 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -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 ; \