diff options
Diffstat (limited to 'devel/libevent-hiphop/Makefile')
-rw-r--r-- | devel/libevent-hiphop/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libevent-hiphop/Makefile b/devel/libevent-hiphop/Makefile index 9db6fa51b137..e9f473f35a55 100644 --- a/devel/libevent-hiphop/Makefile +++ b/devel/libevent-hiphop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libevent-hiphop -# Date created: 16 July 2012 -# Whom: Martin Matuska <mm@FreeBSd.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -hiphop PORTREVISION= 3 @@ -28,4 +24,5 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../libevent +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |