diff options
Diffstat (limited to 'sysutils/cmdwatch/Makefile')
-rw-r--r-- | sysutils/cmdwatch/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/cmdwatch/Makefile b/sysutils/cmdwatch/Makefile index c3337f634018..a09a6add8840 100644 --- a/sysutils/cmdwatch/Makefile +++ b/sysutils/cmdwatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmdwatch -# Date created: 8-28-2002 -# Whom: bjohnson@wedgie.org -# +# Created by: bjohnson@wedgie.org # $FreeBSD$ -# PORTNAME= cmdwatch PORTVERSION= 0.2.0 @@ -17,4 +13,5 @@ COMMENT= Watches the output from a command at specified intervals MAN1= cmdwatch.1 PLIST_FILES= bin/cmdwatch +NO_STAGE= yes .include <bsd.port.mk> |