diff options
Diffstat (limited to 'sysutils/warden/Makefile')
-rw-r--r-- | sysutils/warden/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/warden/Makefile b/sysutils/warden/Makefile index 9b5799d514c0..4663fd4a6972 100644 --- a/sysutils/warden/Makefile +++ b/sysutils/warden/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: warden -# Date created: Mar 29, 2010 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ -# PORTNAME= warden PORTVERSION= 1.1.2 @@ -27,6 +23,7 @@ QMAKE_ARGS= -unix -recursive ${QMAKE_PRO} SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/warden.pro \ |