diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-25 01:15:39 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-25 01:15:39 +0000 |
commit | 69a9bac8023996cf27e8c90baa532550627c4f28 (patch) | |
tree | f9eb521eb55b49abacb8714ad8b4d31b9a305f4b /audio/exaile/Makefile | |
parent | a140362c14eb6ddd2d7c3113752d43dc2e4a75ab (diff) | |
download | ports-69a9bac8023996cf27e8c90baa532550627c4f28.tar.gz ports-69a9bac8023996cf27e8c90baa532550627c4f28.zip |
Notes
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r-- | audio/exaile/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index f0b443db1c5e..748d651e3d46 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -6,9 +6,9 @@ # PORTNAME= exaile -DISTVERSION= 0.2.8 +DISTVERSION= 0.2.9b CATEGORIES= audio -MASTER_SITES= http://www.exaile.org/files/ CSME +MASTER_SITES= http://www.exaile.org/files/ GENTOO/distfiles DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= infofarmer@FreeBSD.org @@ -24,17 +24,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ USE_GNOME= pygtk2 pygnomeextras USE_GSTREAMER= python USE_PYTHON= yes -PLIST_FILES= share/applications/${PORTNAME}.desktop share/pixmaps/${PORTNAME}.png bin/${PORTNAME} post-patch: @${REINPLACE_CMD} -e '/^PREFIX/d' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^PYTHON_DIR/s|=.*|=${PYTHON_INCLUDEDIR}|' ${WRKSRC}/mmkeys/Makefile -create-plist: - ${FIND} -s ${DATADIR} -not -type d|${SED} -e 's|^${DATADIR}|%%DATADIR%%|' > ${PLIST} - ${FIND} -ds ${DATADIR} -type d|${SED} -e 's|^${DATADIR}|%%DATADIR%%|' \ - -e 's|^|@dirrm |' >> ${PLIST} - @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST} - @${ECHO_CMD} '@dirrmtry share/pixmaps' >> ${PLIST} - .include <bsd.port.mk> |