diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 13:54:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 13:54:47 +0000 |
commit | 505daaf521c32eb4380b899dd992b4de2af2ea59 (patch) | |
tree | a365bdee8eeb2bef1fc117c5f2f6ca2fc384b932 /audio/esound | |
parent | 30523fa0e62f610147471e15833b3e0b2390aa23 (diff) | |
download | ports-505daaf521c32eb4380b899dd992b4de2af2ea59.tar.gz ports-505daaf521c32eb4380b899dd992b4de2af2ea59.zip |
Notes
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 9 | ||||
-rw-r--r-- | audio/esound/pkg-plist | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 338a08ff0801..f13487b18d87 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -4,7 +4,7 @@ PORTNAME= esound PORTVERSION= 0.2.41 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -14,11 +14,11 @@ COMMENT= Sound library for enlightenment package LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig:both tar:bzip2 +USES= libtool:keepla pathfix pkgconfig:both tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= JW=false +INSTALL_TARGET= install-strip CONFLICTS= py*-ro-[0-9]* @@ -27,7 +27,6 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - ${INSTALL_DATA} ${WRKSRC}/esd.conf ${STAGEDIR}${PREFIX}/etc/esd.conf.default - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libesd*.so.2 + ${INSTALL_DATA} ${WRKSRC}/esd.conf ${STAGEDIR}${PREFIX}/etc/esd.conf.sample .include <bsd.port.mk> diff --git a/audio/esound/pkg-plist b/audio/esound/pkg-plist index db4a6d4f19f5..f562fd608486 100644 --- a/audio/esound/pkg-plist +++ b/audio/esound/pkg-plist @@ -9,18 +9,18 @@ bin/esdmon bin/esdplay bin/esdrec bin/esdsample -@unexec if cmp -s %D/etc/esd.conf %D/etc/esd.conf.default; then rm -f %D/etc/esd.conf; fi -etc/esd.conf.default -@exec [ -f %B/esd.conf ] || cp %B/%f %B/esd.conf +@sample etc/esd.conf.sample include/esd.h lib/libesd.a lib/libesd.la lib/libesd.so lib/libesd.so.2 +lib/libesd.so.2.0.0 lib/libesddsp.a lib/libesddsp.la lib/libesddsp.so lib/libesddsp.so.2 +lib/libesddsp.so.2.0.0 libdata/pkgconfig/esound.pc man/man1/esd-config.1.gz man/man1/esd.1.gz |