diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-09 01:15:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-09 01:15:04 +0800 |
commit | c1300bd1495625ccff23081043ee3b1428da9450 (patch) | |
tree | 67b9f8127022df3b6075eef13eb3952a4063fa58 /audio | |
parent | cca612aa6e97d82de74f2958b29afd3207352945 (diff) | |
download | freebsd-ports-gnome-c1300bd1495625ccff23081043ee3b1428da9450.tar.gz freebsd-ports-gnome-c1300bd1495625ccff23081043ee3b1428da9450.tar.zst freebsd-ports-gnome-c1300bd1495625ccff23081043ee3b1428da9450.zip |
Remove unneeded USE_DISPLAY
While here:
- Trim headers
- Remove undefinite article from comment
- Remove useless pre.mk/post.mk dancing
Diffstat (limited to 'audio')
-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> |