diff options
author | will <will@FreeBSD.org> | 2000-06-10 06:23:35 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-10 06:23:35 +0800 |
commit | 9391806f15facd01089081cc03fac88fec2ac0c1 (patch) | |
tree | 1ea97bdfe39181354ef3a64c2170a63dea9a83f8 | |
parent | 282f40936cdeccf80d68f8f7d2640abf13b2a335 (diff) | |
download | freebsd-ports-gnome-9391806f15facd01089081cc03fac88fec2ac0c1.tar.gz freebsd-ports-gnome-9391806f15facd01089081cc03fac88fec2ac0c1.tar.zst freebsd-ports-gnome-9391806f15facd01089081cc03fac88fec2ac0c1.zip |
Use absolute path for FILESDIR instead of relative path.
PR: 19150
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
-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 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 diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index e3618d6117c9..b211f0c20e35 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 |