diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 40f9f8adf506..fab3cc835110 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -16,15 +16,13 @@ LICENSE_COMB= dual USES= bison imake USE_XORG= xft x11 xext xi xtst -MAN1= xstroke.1 -PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet +PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz PLIST_DIRS= %%ETCDIR%% 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 |