From 07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf Mon Sep 17 00:00:00 2001 From: bapt 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/py-lirc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'comms/py-lirc/Makefile') diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile index 3347ce6043f5..70af0c65ca78 100644 --- a/comms/py-lirc/Makefile +++ b/comms/py-lirc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py23-lirc -# Date created: 6 January 2004 -# Whom: Lewis Thompson (purple@lewiz.net) -# +# Created by: Lewis Thompson (purple@lewiz.net) # $FreeBSD$ -# PORTNAME= lirc PORTVERSION= 0.0.5 @@ -28,4 +24,5 @@ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= pylirc +NO_STAGE= yes .include -- cgit