Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 09:13:51 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328344 - head/audio/osdmixer
Message-ID:  <201309260913.r8Q9Dpt2053763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Thu Sep 26 09:13:51 2013
New Revision: 328344
URL: http://svnweb.freebsd.org/changeset/ports/328344

Log:
  - Support staging
  - Use new LIB_DEPENDS format

Modified:
  head/audio/osdmixer/Makefile   (contents, props changed)

Modified: head/audio/osdmixer/Makefile
==============================================================================
--- head/audio/osdmixer/Makefile	Thu Sep 26 09:02:12 2013	(r328343)
+++ head/audio/osdmixer/Makefile	Thu Sep 26 09:13:51 2013	(r328344)
@@ -10,12 +10,11 @@ MASTER_SITES=	http://bsd-geek.de/FreeBSD
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Displays audio volume with an OSD
 
-LIB_DEPENDS=	xosd.4:${PORTSDIR}/misc/xosd
+LIB_DEPENDS=	libxosd.so:${PORTSDIR}/misc/xosd
 
-NO_STAGE=	yes
 PLIST_FILES=	bin/osdmixer
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309260913.r8Q9Dpt2053763>