From ea8ff22cff3d553574b25de8cfd89024ab2cb22e Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 22:10:23 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: net) --- net/icmpinfo/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net/icmpinfo') diff --git a/net/icmpinfo/Makefile b/net/icmpinfo/Makefile index 0b19ff6888f1..73ffa8a4049b 100644 --- a/net/icmpinfo/Makefile +++ b/net/icmpinfo/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: icmpinfo -# Date created: Mon June 23, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= icmpinfo PORTVERSION= 1.11 @@ -20,6 +15,7 @@ MAN1= icmpinfo.1 PLIST_FILES= bin/icmpinfo PORTDOCS= README +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${PREFIX}/bin ${CHOWN} root ${PREFIX}/bin/icmpinfo -- cgit