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 /graphics/EZWGL | |
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>
Diffstat (limited to 'graphics/EZWGL')
-rw-r--r-- | graphics/EZWGL/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |