diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-09 18:16:09 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-09 18:16:09 +0000 |
commit | 326f230d0e491762da4d373585c283779e213d74 (patch) | |
tree | 0f057d87d2d3914b559cca31a07361f67d4e4f0d /audio/exaile/Makefile | |
parent | 58900cab724884fe50d99f606d710a549226b7ab (diff) | |
download | ports-326f230d0e491762da4d373585c283779e213d74.tar.gz ports-326f230d0e491762da4d373585c283779e213d74.zip |
Notes
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r-- | audio/exaile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index b8f60888bae5..f0b443db1c5e 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exaile -DISTVERSION= 0.2.7 +DISTVERSION= 0.2.8 CATEGORIES= audio MASTER_SITES= http://www.exaile.org/files/ CSME DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -25,7 +25,6 @@ USE_GNOME= pygtk2 pygnomeextras USE_GSTREAMER= python USE_PYTHON= yes PLIST_FILES= share/applications/${PORTNAME}.desktop share/pixmaps/${PORTNAME}.png bin/${PORTNAME} -WRKSRC= ${WRKDIR}/${DISTVERSION} post-patch: @${REINPLACE_CMD} -e '/^PREFIX/d' ${WRKSRC}/Makefile |