From 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:43:59 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: print) --- print/bibcursed/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'print/bibcursed') diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile index eb0c150c08f0..665cea3e870a 100644 --- a/print/bibcursed/Makefile +++ b/print/bibcursed/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bibcursed -# Date created: Aug 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bibcursed PORTVERSION= 2.0.1 @@ -21,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses -- cgit v1.2.3