svn commit: r328344 - head/audio/osdmixer
Lars Engels
lme at FreeBSD.org
Thu Sep 26 09:13:52 UTC 2013
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 at 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>
More information about the svn-ports-head
mailing list