diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-01-31 22:48:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-01-31 22:48:22 +0000 |
commit | b3b5f1f6317e9005671bf5fcdebdcc6f0347b653 (patch) | |
tree | 27d39d92455668c4338e4dc429aabf8f7334cea4 /audio/last.fm/Makefile | |
parent | 3ad4a2f0fef01723516a137e2ac46045fb206aca (diff) | |
download | ports-b3b5f1f6317e9005671bf5fcdebdcc6f0347b653.tar.gz ports-b3b5f1f6317e9005671bf5fcdebdcc6f0347b653.zip |
Fix encoding of desktop file
PR: 143293
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes
Notes:
svn path=/head/; revision=248985
Diffstat (limited to 'audio/last.fm/Makefile')
-rw-r--r-- | audio/last.fm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index 2760f1772f47..b96d2f53f32a 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -7,6 +7,7 @@ PORTNAME= last.fm PORTVERSION= 1.4.2.58240 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://cdn.last.fm/client/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src |