Date: Mon, 8 Aug 2016 11:22:55 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419819 - head/audio/xmms-sapplug Message-ID: <201608081122.u78BMtih038799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 8 11:22:55 2016 New Revision: 419819 URL: https://svnweb.freebsd.org/changeset/ports/419819 Log: Use INSTALL_LIB instead of INSTALL_DATA Modified: head/audio/xmms-sapplug/Makefile Modified: head/audio/xmms-sapplug/Makefile ============================================================================== --- head/audio/xmms-sapplug/Makefile Mon Aug 8 11:21:04 2016 (r419818) +++ head/audio/xmms-sapplug/Makefile Mon Aug 8 11:22:55 2016 (r419819) @@ -3,7 +3,7 @@ PORTNAME= xmms-sapplug DISTVERSION= 0.3f -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= LOCAL/ehaupt DISTNAME= sapplug-xmms-${DISTVERSION} @@ -52,7 +52,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input - ${INSTALL_DATA} ${WRKSRC}/libsap.so \ + ${INSTALL_LIB} ${WRKSRC}/libsap.so \ ${STAGEDIR}${PREFIX}/lib/xmms/Input/libsap.so .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081122.u78BMtih038799>