diff options
Diffstat (limited to 'textproc/wiggle/Makefile')
-rw-r--r-- | textproc/wiggle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index d1a43b4a9747..c3cd1d21f551 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -21,6 +21,7 @@ MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused- MAN1= wiggle.1 PLIST_FILES= bin/wiggle +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -Ee 's,\./dotest,bash ./dotest,' ${WRKSRC}/Makefile ${REINPLACE_CMD} -Ee "s,/usr/bin/time -o .time -f '%U',," ${WRKSRC}/dotest |