aboutsummaryrefslogtreecommitdiff
path: root/multimedia/umph/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-03 17:39:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-03 17:39:02 +0000
commitc1684b89274e1e07450af119126514c1b4485a60 (patch)
tree59686e8bb375ef5a53ef46d16b8e6f32969d9fe9 /multimedia/umph/Makefile
parent96f9e636c9652b52752d742cf52513bbf797bc7c (diff)
downloadports-c1684b89274e1e07450af119126514c1b4485a60.tar.gz
ports-c1684b89274e1e07450af119126514c1b4485a60.zip
Notes
Diffstat (limited to 'multimedia/umph/Makefile')
-rw-r--r--multimedia/umph/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/umph/Makefile b/multimedia/umph/Makefile
index 1b3b37274ab9..5afefd4ddee6 100644
--- a/multimedia/umph/Makefile
+++ b/multimedia/umph/Makefile
@@ -16,9 +16,11 @@ COMMENT= Youtube video playlist parser for cclive and alike tools
RUN_DEPENDS= p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM \
p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile
-MAN1= umph.1
-
PERL_CONFIGURE= yes
USE_BZIP2= yes
+MAN1= umph.1
+PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph
+PLIST_FILES= bin/umph ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph/.packlist
+
.include <bsd.port.mk>