diff options
-rw-r--r-- | graphics/EZWGL/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl80/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 9e2f02c..980b0ee 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 diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index e3618d6..b211f0c 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -28,7 +28,7 @@ SHLIB_MINOR= 5 MAKEFILE= makefile TCL_LIB= libtcl80.so -.include "files/manpages" +.include "${FILESDIR}/manpages" MANCOMPRESSED= yes |