diff options
Diffstat (limited to 'sysutils/pbreg/Makefile')
-rw-r--r-- | sysutils/pbreg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/pbreg/Makefile b/sysutils/pbreg/Makefile index 558f4243ef1e..71e7e2e80abf 100644 --- a/sysutils/pbreg/Makefile +++ b/sysutils/pbreg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pbreg -# Date created: Mar 29, 2010 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ -# PORTNAME= pbreg PORTVERSION= 1.0 @@ -25,6 +21,7 @@ QMAKE_PRO= PBReg.pro PLIST_FILES= bin/pbreg +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/${QMAKE_PRO} |