diff options
Diffstat (limited to 'devel/libevent/Makefile')
-rw-r--r-- | devel/libevent/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 3464149c3233..165104ba93d7 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libevent -# Date created: 20 June 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= libevent PORTVERSION= 1.4.14b @@ -89,6 +85,7 @@ MLINKS= event.3 event_init.3 \ - evdns_config_windows_nameservers.3 .endif +NO_STAGE= yes pre-configure: @${MKDIR} ${WRKSRC}/m4 |