Date: Mon, 8 Jul 2013 17:15:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322520 - head/audio/pithos Message-ID: <201307081715.r68HF5Pp048055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 8 17:15:04 2013 New Revision: 322520 URL: http://svnweb.freebsd.org/changeset/ports/322520 Log: Remove unneeded USE_DISPLAY While here: - Trim headers - Remove undefinite article from comment - Remove useless pre.mk/post.mk dancing Modified: head/audio/pithos/Makefile Modified: head/audio/pithos/Makefile ============================================================================== --- head/audio/pithos/Makefile Mon Jul 8 17:13:12 2013 (r322519) +++ head/audio/pithos/Makefile Mon Jul 8 17:15:04 2013 (r322520) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081715.r68HF5Pp048055>