diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 17:15:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 17:15:04 +0000 |
commit | 493d238eeb7330eff2e54a937b94121ca05a7061 (patch) | |
tree | 67b9f8127022df3b6075eef13eb3952a4063fa58 /audio/pithos/Makefile | |
parent | 018b143d4052b42bff5e4351f623084748f6b5b9 (diff) |
Notes
Diffstat (limited to 'audio/pithos/Makefile')
-rw-r--r-- | audio/pithos/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/audio/pithos/Makefile b/audio/pithos/Makefile index 74b9c22516c7..922768ffbccb 100644 --- a/audio/pithos/Makefile +++ b/audio/pithos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pithos -# Date created: 14 July 2011 -# Whom: John Hixson <john@pcbsd.org> -# +# Created by: John Hixson <john@pcbsd.org> # $FreeBSD$ -# PORTNAME= pithos PORTVERSION= 0.3.17 @@ -12,7 +8,7 @@ MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= john@pcbsd.org -COMMENT= A Pandora client for the GNOME desktop +COMMENT= Pandora client for the GNOME desktop LICENSE= GPLv3 @@ -27,11 +23,8 @@ USE_PYTHON= 2.6+ USE_GNOME= pygtk2 USE_PYDISTUTILS= yes USE_GSTREAMER= good bad python -USE_DISPLAY= yes PYDISTUTILS_PKGNAME= ${PORTNAME} -.include <bsd.port.pre.mk> - post-patch: ${REINPLACE_CMD} -e "s,../data/,${DATADIR}/," ${WRKSRC}/pithos/pithosconfig.py ${REINPLACE_CMD} -e "s,Icon=pithos,${DATADIR}/media/icon.png," ${WRKSRC}/pithos.desktop @@ -42,4 +35,4 @@ post-install: @${MKDIR} ${DATADIR} @(cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |