diff options
Diffstat (limited to 'devel/lion/Makefile')
-rw-r--r-- | devel/lion/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/lion/Makefile b/devel/lion/Makefile index dd9939f0d2c3..21fba1521054 100644 --- a/devel/lion/Makefile +++ b/devel/lion/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LiON -# Date created: June 2006 -# Whom: Marco Molteni <molterSPAM@gufiSPAM.org> -# +# Created by: Marco Molteni <molterSPAM@gufiSPAM.org> # $FreeBSD$ -# PORTNAME= lion DISTVERSION= 20060630 @@ -24,6 +20,7 @@ INCLUDES= base64.h connections.h io.h lfnmatch.h lgroup.h lion.h \ lion_rcsid.h lion_types.h misc.h pipe.h sockets.h \ timers.h tls.h udp.h zlib.h +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,<time.h>,<sys/time.h>,' \ ${WRKSRC}/timers.h |