svn commit: r322520 - head/audio/pithos
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 8 17:15:05 UTC 2013
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 at pcbsd.org>
-#
+# Created by: John Hixson <john at pcbsd.org>
# $FreeBSD$
-#
PORTNAME= pithos
PORTVERSION= 0.3.17
@@ -12,7 +8,7 @@ MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= john at 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>
More information about the svn-ports-head
mailing list