diff options
Diffstat (limited to 'net-mgmt/subcalc/Makefile')
-rw-r--r-- | net-mgmt/subcalc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/subcalc/Makefile b/net-mgmt/subcalc/Makefile index 5a21b6bddf4c..e33ed23c6d21 100644 --- a/net-mgmt/subcalc/Makefile +++ b/net-mgmt/subcalc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: subcalc -# Date created: 24 August 2003 -# Whom: Chris S.J. Peron <maneo@bsdpro.com> -# +# Created by: Chris S.J. Peron <maneo@bsdpro.com> # $FreeBSD$ -# PORTNAME= subcalc PORTVERSION= 1.1 @@ -18,4 +14,5 @@ MAN1= subcalc.1 MANCOMPRESSED= yes PLIST_FILES= bin/subcalc +NO_STAGE= yes .include <bsd.port.mk> |