aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-10-17 05:22:23 +0800
committerahze <ahze@FreeBSD.org>2005-10-17 05:22:23 +0800
commit88b0dce8d3723c82275934386edffc422f30ef96 (patch)
tree55a46017ef88e6a8288ddeb15507e8904551125a /audio
parent8e88c5602ef42d96af0bc3e275800d25579bb11c (diff)
downloadfreebsd-ports-gnome-88b0dce8d3723c82275934386edffc422f30ef96.tar.gz
freebsd-ports-gnome-88b0dce8d3723c82275934386edffc422f30ef96.tar.zst
freebsd-ports-gnome-88b0dce8d3723c82275934386edffc422f30ef96.zip
- Make sure man pages get installed in PREFIX
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-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 ; \