diff options
Diffstat (limited to 'net/hsflowd/Makefile')
-rw-r--r-- | net/hsflowd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/hsflowd/Makefile b/net/hsflowd/Makefile index f38ab075bbba..e7f7e95aa574 100644 --- a/net/hsflowd/Makefile +++ b/net/hsflowd/Makefile @@ -16,6 +16,7 @@ USE_RC_SUBR= ${PORTNAME} MAKE_ENV= BINDIR=${PREFIX}/sbin INITDIR=${PREFIX}/etc/rc.d \ CONFDIR=${ETCDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' \ -e '/scripts\/hsflowd /d' \ |