diff options
Diffstat (limited to 'sysutils/superiotool/Makefile')
-rw-r--r-- | sysutils/superiotool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index 84fda155705d..3e0898f71a12 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} UPSTREAM_VERS= 4.0-2827-g1a00cf0 MAKE_ENV+= VERSION=-DSUPERIOTOOL_VERSION='\"${UPSTREAM_VERS}\"' +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile |