diff options
Diffstat (limited to 'devel/alf/Makefile')
-rw-r--r-- | devel/alf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/alf/Makefile b/devel/alf/Makefile index bbbdd35..25d691e 100644 --- a/devel/alf/Makefile +++ b/devel/alf/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: alf -# Date created: Sep 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= alf PORTVERSION= 0.1 @@ -20,4 +15,5 @@ USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> |