diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/vdr-plugin-wirbelscan | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Notes
Notes:
svn path=/head/; revision=327747
Diffstat (limited to 'multimedia/vdr-plugin-wirbelscan')
-rw-r--r-- | multimedia/vdr-plugin-wirbelscan/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/vdr-plugin-wirbelscan/Makefile b/multimedia/vdr-plugin-wirbelscan/Makefile index 228b78bf36ac..b51f9fd1e735 100644 --- a/multimedia/vdr-plugin-wirbelscan/Makefile +++ b/multimedia/vdr-plugin-wirbelscan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vdr-plugin-wirbelscan -# Date created: Sat Apr 30 18:33:49 CEST 2011 -# Whom: Juergen Lock <nox@freebsd.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vdr-plugin-wirbelscan PORTVERSION= 0.0.7 @@ -21,6 +17,7 @@ HAVE_CONFIGURE= yes PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION} +NO_STAGE= yes .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin |