diff options
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r-- | editors/hexcurse/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index cb8039b44626..af26865149be 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: hexcurse -# Date created: Jun 3, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= hexcurse PORTVERSION= 1.55 @@ -20,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= hexcurse.1 PLIST_FILES= bin/hexcurse +NO_STAGE= yes .include <bsd.port.mk> |