diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:14:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 12:14:30 +0000 |
commit | a88b598dd62ce66e59fbde377e0b8a7a9d005594 (patch) | |
tree | c56f8f84434450ac32b875839c719d59250ff69c /multimedia/audacious | |
parent | 86d31dca902da83e0e24459645779b0efc210a4e (diff) | |
download | ports-a88b598dd62ce66e59fbde377e0b8a7a9d005594.tar.gz ports-a88b598dd62ce66e59fbde377e0b8a7a9d005594.zip |
Notes
Diffstat (limited to 'multimedia/audacious')
-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 |