diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
commit | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /audio/pm3umpdl | |
parent | 72185e5fb2229800490e58850811d57db1039664 (diff) | |
download | ports-950fd3cbc2b1f6df975387bf3a364dc1d20e7d58.tar.gz ports-950fd3cbc2b1f6df975387bf3a364dc1d20e7d58.zip |
Notes
Diffstat (limited to 'audio/pm3umpdl')
-rw-r--r-- | audio/pm3umpdl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/pm3umpdl/Makefile b/audio/pm3umpdl/Makefile index a9f903fbd802..10d53de501b8 100644 --- a/audio/pm3umpdl/Makefile +++ b/audio/pm3umpdl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: comiccron -# Date created: 5 February 2008 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= pm3umpdl PORTVERSION= 1.0.0 @@ -18,7 +14,7 @@ COMMENT= Loading a M3U file into musicpd RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/mpc -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 |