From 9391806f15facd01089081cc03fac88fec2ac0c1 Mon Sep 17 00:00:00 2001 From: will Date: Fri, 9 Jun 2000 22:23:35 +0000 Subject: Use absolute path for FILESDIR instead of relative path. PR: 19150 Submitted by: KATO Tsuguru --- graphics/EZWGL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/EZWGL') diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 9e2f02c00dc3..980b0eecfd19 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include "files/manpages" +.include "${FILESDIR}/manpages" post-extract: find ${WRKSRC} -name CVS | xargs ${RM} -rf -- cgit