aboutsummaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-30 05:24:25 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-30 05:24:25 +0000
commit386c16f1a979d665ab91b9ca4633f37293df936a (patch)
tree4b73da562f87ce18aa7292c0cbeaaf0ac8cf373d /audio/speex/Makefile
parente7b221ad8a8f4210b9d37890a7f6a29cb4972bc1 (diff)
downloadports-386c16f1a979d665ab91b9ca4633f37293df936a.tar.gz
ports-386c16f1a979d665ab91b9ca4633f37293df936a.zip
Notes
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 9a804b16a551..0f5315a3dc8b 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= speex
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://www.speex.org/download/
@@ -34,7 +34,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 = @mandir@|g'
@${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \
s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure