From 2fb3adc82da4c9df4c899dfb738f8cfc63262559 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 20:57:48 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) --- multimedia/gcap/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'multimedia/gcap') diff --git a/multimedia/gcap/Makefile b/multimedia/gcap/Makefile index 7d9ab988cb77..8ff50e3320df 100644 --- a/multimedia/gcap/Makefile +++ b/multimedia/gcap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcap -# Date created: 2011-08-07 -# Whom: Pierre Guinoiseau -# +# Created by: Pierre Guinoiseau # $FreeBSD$ -# PORTNAME= gcap PORTVERSION= 0.1.1 @@ -33,4 +29,5 @@ MAN1= gcap.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist +NO_STAGE= yes .include -- cgit