diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/nsping | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.tar.gz ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Notes
Diffstat (limited to 'dns/nsping')
-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 |