From 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:03:29 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: comms) --- comms/pyla/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'comms/pyla') diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index 71bf977a5041..975cff290f6c 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pylafax -# Date created: 6 January 2005 -# Whom: Michael Reifenberger (mike@Reifenberger.com) -# +# Created by: Michael Reifenberger (mike@Reifenberger.com) # $FreeBSD$ -# PORTNAME= pyla PORTVERSION= 1.1.7.1 @@ -26,6 +22,7 @@ DATADIR= ${PREFIX}/lib/pyla USE_PYTHON= yes PLIST= ${WRKDIR}/pkg-plist +NO_STAGE= yes .include do-build: -- cgit