diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-03-15 15:35:59 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-03-15 15:35:59 +0000 |
commit | 587837f8ba8be0bbf224c74e35a67d797485e873 (patch) | |
tree | f1f3ba7b1b990e83ede3ef650a0bb69ea6181b2f /multimedia/vdr-plugin-streamdev | |
parent | f3a8e58f521ce4787196e8adf4e6d0d665f4dd94 (diff) |
Switch my ports to USES= tar:...
Notes
Notes:
svn path=/head/; revision=348333
Diffstat (limited to 'multimedia/vdr-plugin-streamdev')
-rw-r--r-- | multimedia/vdr-plugin-streamdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vdr-plugin-streamdev/Makefile b/multimedia/vdr-plugin-streamdev/Makefile index cbee81a5e59d..66714ead64ee 100644 --- a/multimedia/vdr-plugin-streamdev/Makefile +++ b/multimedia/vdr-plugin-streamdev/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= http://projects.vdr-developer.org/attachments/download/953/:releas LOCAL:snapshot MASTER_SITE_SUBDIR= nox/:snapshot DISTFILES= ${DISTNAME:S/plugin-//}${EXTRACT_SUFX}:release -EXTRACT_SUFX= .tgz MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - stream device plugin RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash +USES= tar:tgz PORTDOCS= COPYING README HISTORY HAVE_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |