diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 18:37:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 18:37:03 +0000 |
commit | 2cc5a943b7296e25fdca0ef33cf1161261cfa061 (patch) | |
tree | 8ea29d27ea95cebec503fa02bbe5ca68ace7744c /audio/lplayer | |
parent | 232da7beb1094948af85ef9602cda171d606484c (diff) | |
download | ports-2cc5a943b7296e25fdca0ef33cf1161261cfa061.tar.gz ports-2cc5a943b7296e25fdca0ef33cf1161261cfa061.zip |
Notes
Diffstat (limited to 'audio/lplayer')
-rw-r--r-- | audio/lplayer/Makefile | 5 | ||||
-rw-r--r-- | audio/lplayer/distinfo | 4 | ||||
-rw-r--r-- | audio/lplayer/pkg-plist | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/audio/lplayer/Makefile b/audio/lplayer/Makefile index b03426d6b360..9d127c6f9ead 100644 --- a/audio/lplayer/Makefile +++ b/audio/lplayer/Makefile @@ -8,7 +8,7 @@ # PORTNAME= lplayer -PORTVERSION= 0.99.2 +PORTVERSION= 0.99.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,4 +37,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|#include "queue.h"||g' ${WRKSRC}/src/lpapp.cpp +post-install: + @${LN} -sf lplayer ${PREFIX}/bin/longplayer + .include <bsd.port.mk> diff --git a/audio/lplayer/distinfo b/audio/lplayer/distinfo index 3b2e8a38bea1..efb7d3eb4ef9 100644 --- a/audio/lplayer/distinfo +++ b/audio/lplayer/distinfo @@ -1,2 +1,2 @@ -MD5 (lplayer-0.99.2_src.tgz) = 66daef96bef8de36da595d8140b47d1b -SIZE (lplayer-0.99.2_src.tgz) = 1107714 +MD5 (lplayer-0.99.3_src.tgz) = d7d965bae3cd6a14ee058bd386bc334c +SIZE (lplayer-0.99.3_src.tgz) = 1352672 diff --git a/audio/lplayer/pkg-plist b/audio/lplayer/pkg-plist index db693dd86055..45c104803106 100644 --- a/audio/lplayer/pkg-plist +++ b/audio/lplayer/pkg-plist @@ -1,5 +1,6 @@ bin/longplayer -bin/lplayer-bin +bin/lplayer +%%DATADIR%%/images/genre-disabled.png %%DATADIR%%/images/genre.png %%DATADIR%%/images/go.png %%DATADIR%%/images/go32.png |