diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
commit | ea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/icmpinfo | |
parent | f4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff) | |
download | freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.zst freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/icmpinfo')
-rw-r--r-- | net/icmpinfo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |