diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-15 16:21:11 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-15 16:21:11 +0000 |
commit | 425474f5f5bdc9e756d7a63e90fcefed5975c2c6 (patch) | |
tree | 649f0840fb9a27e9fadfe282601f0e4feeb78207 /audio/quimup | |
parent | 395142568bc26381b84da63864c818f33f4669bc (diff) |
Notes
Diffstat (limited to 'audio/quimup')
-rw-r--r-- | audio/quimup/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/quimup/Makefile b/audio/quimup/Makefile index 6dce542ba91a..7ee9acdd4c3c 100644 --- a/audio/quimup/Makefile +++ b/audio/quimup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: quimup -# Date created: 2011-02-08 -# Whom: Cezary Morga <cm@therek.net> -# +# Created by: Cezary Morga <cm@therek.net> # $FreeBSD$ -# PORTNAME= quimup PORTVERSION= 1.2.0 @@ -13,7 +9,7 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR=musicpd/Quimup/${PORTVERSION} DISTNAME= ${PORTNAME}_${DISTVERSION}_source -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= QT4 Client for MPD (the Music Player Daemon) LIB_DEPENDS= mpdclient.2:${PORTSDIR}/audio/libmpdclient |