diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-10-06 23:01:11 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-10-06 23:01:11 +0800 |
commit | a5ea6819808ccfecfe50f73db4636a1ecf78c4e5 (patch) | |
tree | 4605eeba030f0847de50e65b144a4224441e561d /audio/py-xmms2 | |
parent | 63f637841703ecb0a42c79f63f531ea39e903616 (diff) | |
download | freebsd-ports-gnome-a5ea6819808ccfecfe50f73db4636a1ecf78c4e5.tar.gz freebsd-ports-gnome-a5ea6819808ccfecfe50f73db4636a1ecf78c4e5.tar.zst freebsd-ports-gnome-a5ea6819808ccfecfe50f73db4636a1ecf78c4e5.zip |
- Allow xmms2 slave ports to override MAINTAINER
- Correctly take maintainership of unmaintained xmms2 slaves
- While I'm here, trim Makefile headers
Diffstat (limited to 'audio/py-xmms2')
-rw-r--r-- | audio/py-xmms2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile index 500aa20b6e38..3ca417b7ed90 100644 --- a/audio/py-xmms2/Makefile +++ b/audio/py-xmms2/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: py-xmms2 -# Date created: 18 Mar 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -# PORTREVISION= 5 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Python Bindings for XMMS2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex |