diff options
Diffstat (limited to 'dns/nsping/Makefile')
-rw-r--r-- | dns/nsping/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $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 |