diff options
Diffstat (limited to 'devel/libmowgli/Makefile')
-rw-r--r-- | devel/libmowgli/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libmowgli/Makefile b/devel/libmowgli/Makefile index e898639168ae..26709461951f 100644 --- a/devel/libmowgli/Makefile +++ b/devel/libmowgli/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmowgli -# Date Created: 06 Sep 2007 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# +# Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libmowgli PORTVERSION= 1.0.0 @@ -18,6 +14,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes USE_BZIP2= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile |