svn commit: r335356 - head/x11/lxpanel
Rusmir Dusko
nemysis at FreeBSD.org
Sun Dec 1 00:16:18 UTC 2013
Author: nemysis
Date: Sun Dec 1 00:16:17 2013
New Revision: 335356
URL: http://svnweb.freebsd.org/changeset/ports/335356
Log:
- Remove OPTIONS_DEFAULT
- Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib
- Change WWW
Approved by: pawel / wg (mentors, implicit)
Modified:
head/x11/lxpanel/Makefile
head/x11/lxpanel/pkg-descr (contents, props changed)
Modified: head/x11/lxpanel/Makefile
==============================================================================
--- head/x11/lxpanel/Makefile Sun Dec 1 00:12:03 2013 (r335355)
+++ head/x11/lxpanel/Makefile Sun Dec 1 00:16:17 2013 (r335356)
@@ -17,10 +17,10 @@ LIB_DEPENDS= libmenu-cache.so:${PORTSDIR
RUN_DEPENDS= ${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data
OPTIONS_DEFINE= ALSA DOCS NLS
-OPTIONS_DEFAULT=
+
OPTIONS_SUB= yes
-ALSA_RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-li
+ALSA_RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-lib
ALSA_CONFIGURE_ENABLE= alsa
NLS_USES= gettext
@@ -42,13 +42,13 @@ PORTDOCS= AUTHORS README
.include <bsd.port.options.mk>
post-patch:
- @${REINPLACE_CMD} -e 's,linux,sys,' \
+ @${REINPLACE_CMD} -e 's|linux|sys|' \
${WRKSRC}/src/plugins/volume/volume-impl.c
- @${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' \
+ @${REINPLACE_CMD} -e 's|$$(DATADIRNAME)/locale|share/locale|' \
${WRKSRC}/po/Makefile.in.in
.if ! ${PORT_OPTIONS:MNLS}
- @${REINPLACE_CMD} -e 's,po man,man,' \
+ @${REINPLACE_CMD} -e 's|po man|man|' \
${WRKSRC}/Makefile.in
.endif
Modified: head/x11/lxpanel/pkg-descr
==============================================================================
--- head/x11/lxpanel/pkg-descr Sun Dec 1 00:12:03 2013 (r335355)
+++ head/x11/lxpanel/pkg-descr Sun Dec 1 00:16:17 2013 (r335356)
@@ -5,4 +5,4 @@ It's not only with fbpanel features but
* supports i18n
* provides lxpanelctl to control lxpanel
-WWW: http://lxpanel.sourceforge.net/
+WWW: http://wiki.lxde.org/en/LXPanel
More information about the svn-ports-all
mailing list