diff options
author | sat <sat@FreeBSD.org> | 2007-01-06 02:23:18 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-01-06 02:23:18 +0000 |
commit | 96875fe615054d15402aa6ba85e9342146d363cc (patch) | |
tree | 79cbafcdc444e2ac2d40613d353a55369b53d46b /audio/exaile-devel/Makefile | |
parent | a66a84c71d1d47d0a1d7aeba9171d9e40b370102 (diff) | |
download | FreeBSD-ports-96875fe615054d15402aa6ba85e9342146d363cc.zip FreeBSD-ports-96875fe615054d15402aa6ba85e9342146d363cc.tar.gz |
- Update to 0.2.7
Diffstat (limited to 'audio/exaile-devel/Makefile')
-rw-r--r-- | audio/exaile-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/exaile-devel/Makefile b/audio/exaile-devel/Makefile index 12d54ed..b8f6088 100644 --- a/audio/exaile-devel/Makefile +++ b/audio/exaile-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exaile -DISTVERSION= 0.2.7b2 +DISTVERSION= 0.2.7 CATEGORIES= audio MASTER_SITES= http://www.exaile.org/files/ CSME DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -25,6 +25,7 @@ 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 |