aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/EZWGL
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-10 06:23:35 +0800
committerwill <will@FreeBSD.org>2000-06-10 06:23:35 +0800
commit9391806f15facd01089081cc03fac88fec2ac0c1 (patch)
tree1ea97bdfe39181354ef3a64c2170a63dea9a83f8 /graphics/EZWGL
parent282f40936cdeccf80d68f8f7d2640abf13b2a335 (diff)
downloadfreebsd-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/Makefile2
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