From 260207ce91e2656af49dbcb8b2556c315389b3a2 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 23:17:30 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) --- textproc/pa-aspell/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textproc/pa-aspell') diff --git a/textproc/pa-aspell/Makefile b/textproc/pa-aspell/Makefile index c802e89d307f..905ec499a7a6 100644 --- a/textproc/pa-aspell/Makefile +++ b/textproc/pa-aspell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pa-aspell -# Date created: 02 June 2005 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-pa-0.01-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Punjabi dictionary DICT= pa +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include -- cgit