diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-07-26 01:26:12 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-07-26 01:26:12 +0000 |
commit | 7dc8769be588a85588dd3e81df1b7300923420e9 (patch) | |
tree | 75ab879f110d5b86f6c36f329894c36cfd1f8dd5 /audio | |
parent | o Fix PREFIX within https@, sslcat and sslconnect (diff) |
Unbreak port and chase MASTER_SITE change.
PR: 83898
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liteamp/Makefile | 10 | ||||
-rw-r--r-- | audio/liteamp/pkg-plist | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index 64f2adbea8b3..275b17fd313c 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -6,9 +6,9 @@ PORTNAME= liteamp PORTVERSION= 0.2.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio gnome -MASTER_SITES= http://download.kldp.net/liteamp/ +MASTER_SITES= http://kldp.net/frs/download.php/547/ MAINTAINER= perky@FreeBSD.org COMMENT= Light-weight Music Player for GNOME2 @@ -17,13 +17,9 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ mad.2:${PORTSDIR}/audio/mad \ vorbisfile.4:${PORTSDIR}/audio/libvorbis -BROKEN= Uses nonstandard locale directory -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= libgnomeui gnomeprefix +USE_GNOME= gnomehack libgnomeui gnomeprefix USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" diff --git a/audio/liteamp/pkg-plist b/audio/liteamp/pkg-plist index a6e3a9f6dcaa..613d7b7761b0 100644 --- a/audio/liteamp/pkg-plist +++ b/audio/liteamp/pkg-plist @@ -1,5 +1,5 @@ bin/liteamp -lib/locale/ko/LC_MESSAGES/liteamp.mo +share/locale/ko/LC_MESSAGES/liteamp.mo share/gnome/pixmaps/liteamp.png share/gnome/pixmaps/liteamp/adddir.png share/gnome/pixmaps/liteamp/addfile.png |