diff options
Diffstat (limited to 'net-mgmt/arpalert/Makefile')
-rw-r--r-- | net-mgmt/arpalert/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile index 8f22cb82c854..308fc6417c31 100644 --- a/net-mgmt/arpalert/Makefile +++ b/net-mgmt/arpalert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpalert -# Date created: 11 May 2006 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= arpalert PORTVERSION= 2.0.12 @@ -19,4 +15,5 @@ ALL_TARGET= ${PORTNAME} MAN8= arpalert.8 +NO_STAGE= yes .include <bsd.port.mk> |