diff options
Diffstat (limited to 'x11/xstroke/Makefile')
-rw-r--r-- | x11/xstroke/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 28bb36b81015..40f9f8adf506 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -24,6 +24,7 @@ CFLAGS+= -I. CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile @${REINPLACE_CMD} -e "s,etc/,${PREFIX}/etc/,g" ${WRKSRC}/args.h |