diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 20:14:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 20:14:30 +0800 |
commit | 575b569687696d3ff7a187890eafa4bd37ae63b9 (patch) | |
tree | c56f8f84434450ac32b875839c719d59250ff69c /multimedia | |
parent | 150bc2a50a0846efb0b6d01bfd5fc45c512e1f44 (diff) | |
download | freebsd-ports-gnome-575b569687696d3ff7a187890eafa4bd37ae63b9.tar.gz freebsd-ports-gnome-575b569687696d3ff7a187890eafa4bd37ae63b9.tar.zst freebsd-ports-gnome-575b569687696d3ff7a187890eafa4bd37ae63b9.zip |
- Stage Support
- Convert to USES
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious/Makefile | 6 | ||||
-rw-r--r-- | multimedia/audacious/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 6eb43dc15bd4..cf34da11c941 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= mcs:${PORTSDIR}/devel/libmcs \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_XORG= x11 sm USE_BZIP2= yes USE_GNOME= gtk30 @@ -25,7 +24,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-chardet --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -MAN1= audacious.1 audtool.1 OPTIONS_DEFINE= DBUS GNOME ICONV NLS EXECINFO SSE2 CHARSET OPTIONS_DEFAULT= DBUS ICONV NLS EXECINFO SSE2 CHARSET @@ -33,7 +31,6 @@ CHARSET_DESC= Build with automatic charset detection EXECINFO_DESC= Build with libexecinfo support SSE2_DESC=Build with SSE2 instruction set -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} @@ -89,7 +86,6 @@ post-patch: .endif post-install: - @${CAT} ${PKGMESSAGE} .if defined(WITH_GNOME) @${ECHO_MSG} "" @${ECHO_MSG} "You have installed audacious with gconf support." diff --git a/multimedia/audacious/pkg-plist b/multimedia/audacious/pkg-plist index c1ceba86da67..8e76720dc804 100644 --- a/multimedia/audacious/pkg-plist +++ b/multimedia/audacious/pkg-plist @@ -121,6 +121,8 @@ share/icons/hicolor/scalable/apps/audacious.svg %%NLS%%@dirrmtry share/locale/ast %%NLS%%@dirrmtry share/locale/ml_IN/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ml_IN +man/man1/audacious.1.gz +man/man1/audtool.1.gz @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% @dirrm include/libaudgui |