From 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:31:57 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: dns) --- dns/nsping/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dns/nsping') diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile index 81140dc2e0d0..f54c34652a1f 100644 --- a/dns/nsping/Makefile +++ b/dns/nsping/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsping -# Date created: 04 March 2000 -# Whom: Kris Kennaway -# +# Created by: Kris Kennaway # $FreeBSD$ -# PORTNAME= nsping PORTVERSION= 0.8 @@ -19,6 +15,7 @@ COMMENT= DNS "ping" MAN8= nsping.8 PLIST_FILES= sbin/nsping +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8 -- cgit v1.2.3