diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-01 08:16:17 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-01 08:16:17 +0800 |
commit | a76da40a852fb32fb9d80d31b30b76c11b7265d7 (patch) | |
tree | 0b5f943263f634afe19efd5071ecb8352ad341c5 /x11 | |
parent | ad3a6c20f6e7eb01d965d0a6793e0d71848ee151 (diff) | |
download | freebsd-ports-graphics-a76da40a852fb32fb9d80d31b30b76c11b7265d7.tar.gz freebsd-ports-graphics-a76da40a852fb32fb9d80d31b30b76c11b7265d7.tar.zst freebsd-ports-graphics-a76da40a852fb32fb9d80d31b30b76c11b7265d7.zip |
- Remove OPTIONS_DEFAULT
- Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib
- Change WWW
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxpanel/Makefile | 10 | ||||
-rw-r--r-- | x11/lxpanel/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 5f6da669d51..df2c28fa5ab 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -17,10 +17,10 @@ LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache 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 diff --git a/x11/lxpanel/pkg-descr b/x11/lxpanel/pkg-descr index 6f38a6db506..3025293a52c 100644 --- a/x11/lxpanel/pkg-descr +++ b/x11/lxpanel/pkg-descr @@ -5,4 +5,4 @@ It's not only with fbpanel features but also * supports i18n * provides lxpanelctl to control lxpanel -WWW: http://lxpanel.sourceforge.net/ +WWW: http://wiki.lxde.org/en/LXPanel |