diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-22 10:09:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-22 10:09:52 +0000 |
commit | 77e9b756a7621c5f16781543d2fd91a95439198d (patch) | |
tree | 85bcac0578c2b3171f1988170785503e3671e49e /audio/speex | |
parent | 81a50284dc16ecfaa0e9c29b34858f60dcc016d0 (diff) | |
download | ports-77e9b756a7621c5f16781543d2fd91a95439198d.tar.gz ports-77e9b756a7621c5f16781543d2fd91a95439198d.zip |
Notes
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 5 | ||||
-rw-r--r-- | audio/speex/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 5efdef4ee21b..66032a128005 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.pre.mk> @@ -35,8 +36,4 @@ post-patch: @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeex.so.1 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeexdsp.so.1 - .include <bsd.port.post.mk> diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index dff54f52273d..a4e44fb621df 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -27,4 +27,3 @@ libdata/pkgconfig/speexdsp.pc man/man1/speexdec.1.gz man/man1/speexenc.1.gz share/aclocal/speex.m4 -@dirrm include/speex |