diff options
Diffstat (limited to 'devel/cproto/Makefile')
-rw-r--r-- | devel/cproto/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 5fd2c41f60c2..077c4dc94760 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# ports collection makefile for: cproto -# Date created: 2000 Feb. 13 -# Whom: Abel Chow <abel_chow@yahoo.com> -# +# Created by: Abel Chow <abel_chow@yahoo.com> # $FreeBSD$ -# PORTNAME= cproto PORTVERSION= 4.7j @@ -20,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= cproto.1 PLIST_FILES= bin/cproto +NO_STAGE= yes .include <bsd.port.mk> |