From 82e7c6ad58bd1f7318e0624cb52288de91386a36 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Tue, 15 Jul 2003 10:08:54 +0000 Subject: PORTSDIR should be referred after pre.mk. This fixes make readmes infinite loop. Pointed and Tested by: Melvyn Sopacua --- x11/xstroke/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11/xstroke') diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 5a2365ee3010..8b6aa61edd05 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -24,7 +24,10 @@ CFLAGS+= ${PTHREAD_CFLAGS} CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -GETOPTDIR!= cd ${PORTSDIR}/devel/libgnugetopt; make -V WRKSRC + +.include + +GETOPTDIR!= cd ${PORTSDIR}/devel/libgnugetopt; ${MAKE} -V WRKSRC MAN1= xstroke.1 @@ -33,4 +36,4 @@ post-patch: @${REINPLACE_CMD} -e "s,etc/,${PREFIX}/etc/,g" ${WRKSRC}/args.h ${CP} ${GETOPTDIR}/getopt* ${WRKSRC} -.include +.include -- cgit v1.2.3