diff options
Diffstat (limited to 'misc/since/Makefile')
-rw-r--r-- | misc/since/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile index 0116233bac57..548befa77c2b 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-martel -# Date created: 11 February 2002 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= since PORTVERSION= 1.1 @@ -23,4 +19,5 @@ ALL_TARGET= ${PORTNAME} MAN1= since.1 PLIST_FILES= bin/since +NO_STAGE= yes .include <bsd.port.mk> |