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/queequeg/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textproc/queequeg') diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index a6664f93474f..669d9c3b3513 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Queequeg -# Date created: 28 February 2004 -# Whom: Kimura Fuyuki -# +# Created by: Kimura Fuyuki # $FreeBSD$ -# PORTNAME= queequeg PORTVERSION= 0.91 @@ -25,6 +21,7 @@ MAKE_ARGS= dict WORDNETDICT="${LOCALBASE}/share/WordNet" PORTDOCS= address.png index-e.html index.html .endif +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/qq ${DATADIR} -- cgit