diff options
Diffstat (limited to 'net/pcbsd-netmanager/Makefile')
-rw-r--r-- | net/pcbsd-netmanager/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/pcbsd-netmanager/Makefile b/net/pcbsd-netmanager/Makefile index 2c848961f769..1eab3fe7b700 100644 --- a/net/pcbsd-netmanager/Makefile +++ b/net/pcbsd-netmanager/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pcbsd-netmanager -# Date created: Jul 14, 2009 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ -# PORTNAME= pcbsd-netmanager PORTVERSION= 8.0 @@ -28,6 +24,7 @@ MAKE_ARGS= INSTALL_ROOT=${DESTDIR} QMAKE_ARGS= -unix -recursive ${QMAKE_PRO} QMAKE_PRO= pcbsdnetmanager.pro +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local/kde4|${PREFIX}|g' \ ${WRKSRC}/pcbsdnetmanager.pro \ |