diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 04:57:48 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 04:57:48 +0800 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/vdr-plugin-upnp | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) | |
download | freebsd-ports-gnome-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz freebsd-ports-gnome-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.zst freebsd-ports-gnome-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Diffstat (limited to 'multimedia/vdr-plugin-upnp')
-rw-r--r-- | multimedia/vdr-plugin-upnp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile index 68ac601b9632..7cc2671ae03c 100644 --- a/multimedia/vdr-plugin-upnp/Makefile +++ b/multimedia/vdr-plugin-upnp/Makefile @@ -1,4 +1,4 @@ -# Created by: Juergen Lock <nox@freebsd.org> +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ PORTNAME= vdr-plugin-upnp @@ -23,6 +23,7 @@ HAVE_CONFIGURE= yes PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION:S/a2//} +NO_STAGE= yes .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin |