diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 22:23:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 22:23:35 +0000 |
commit | a18646a21e3ff1eecf908859befd4ce437e62021 (patch) | |
tree | 7fdec86fb02d918a04591d0fce7d7703377dfcdd /graphics/EZWGL/Makefile | |
parent | Update the good ole docs location and make PLIST generation on-the-fly so (diff) |
Use absolute path for FILESDIR instead of relative path.
PR: 19150
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=29479
Diffstat (limited to 'graphics/EZWGL/Makefile')
-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 |