svn commit: r334763 - head/audio/bmp-mac

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 24 18:57:50 UTC 2013


Author: bapt
Date: Sun Nov 24 18:57:50 2013
New Revision: 334763
URL: http://svnweb.freebsd.org/changeset/ports/334763

Log:
  Support staging
  Use modern lib_depends

Modified:
  head/audio/bmp-mac/Makefile

Modified: head/audio/bmp-mac/Makefile
==============================================================================
--- head/audio/bmp-mac/Makefile	Sun Nov 24 18:55:15 2013	(r334762)
+++ head/audio/bmp-mac/Makefile	Sun Nov 24 18:57:50 2013	(r334763)
@@ -12,10 +12,9 @@ DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Monkey's Audio Codec non-win32 port
 
-LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player \
-		mac.2:${PORTSDIR}/audio/mac
+LIB_DEPENDS=	libbeep.so:${PORTSDIR}/multimedia/beep-media-player \
+		libmac.so:${PORTSDIR}/audio/mac
 
-NO_STAGE=	yes
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf libtool
@@ -29,7 +28,7 @@ post-patch:
 		's|-D.*_DISABLE_DEPRECATED||g'
 
 do-install:
-	@${MKDIR} ${PREFIX}/${PLUGDIR}
-	${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/${PLUGFILE} ${PREFIX}/${PLUGDIR}/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGDIR}
+	${INSTALL_LIB} ${WRKSRC}/src/.libs/${PLUGFILE} ${STAGEDIR}${PREFIX}/${PLUGDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list