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/catdvi/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'print/catdvi/Makefile') diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 2961ffa68227..c876a6aa1c8b 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: catdvi -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= catdvi PORTVERSION= 0.14 @@ -28,6 +23,7 @@ PLIST_FILES= bin/catdvi CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1 -- cgit v1.2.3