diff options
Diffstat (limited to 'devel/cvswrap/Makefile')
-rw-r--r-- | devel/cvswrap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/cvswrap/Makefile b/devel/cvswrap/Makefile index 81f64794c7ee..834bae852619 100644 --- a/devel/cvswrap/Makefile +++ b/devel/cvswrap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rioutil -# Date created: 25 December 2001 -# Whom: alfred -# +# Created by: alfred # $FreeBSD$ -# PORTNAME= cvswrap PORTVERSION= 0.2 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= cvswrap.1 MAN5= cvswrap.conf.5 +NO_STAGE= yes .include <bsd.port.mk> |