diff options
author | perky <perky@FreeBSD.org> | 2005-07-26 09:26:12 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-07-26 09:26:12 +0800 |
commit | 6057c5a0589543b2af3bfe868663c392e483a5be (patch) | |
tree | 792fe4957db72d7045839a34bf0fb6df83032491 /audio/liteamp | |
parent | 5607207d3e0c9a07a04dc3b62f2f52f2a847a864 (diff) | |
download | freebsd-ports-gnome-6057c5a0589543b2af3bfe868663c392e483a5be.tar.gz freebsd-ports-gnome-6057c5a0589543b2af3bfe868663c392e483a5be.tar.zst freebsd-ports-gnome-6057c5a0589543b2af3bfe868663c392e483a5be.zip |
Unbreak port and chase MASTER_SITE change.
PR: 83898
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'audio/liteamp')
-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 |