summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 18:14:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 18:14:22 +0000
commitfa493e804de4a2701ed1cadcec66338efd9b5256 (patch)
tree3ec71ee9e9ef08f32e025b7aebd90089d40b4fd1 /graphics
parentUpdate to 2002-07-15. (diff)
In pre-bsd.incs.mk world you'd say INCDIR, in post-bsd.incs.mk world
you should say INCSDIR. Overriding INCLUDEDIR makes no sense.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdivxdecore-devel/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libdivxdecore-devel/files/Makefile b/graphics/libdivxdecore-devel/files/Makefile
index 93ca34f7db4e..aefe3d044662 100644
--- a/graphics/libdivxdecore-devel/files/Makefile
+++ b/graphics/libdivxdecore-devel/files/Makefile
@@ -18,8 +18,8 @@ DESTDIR=${PREFIX}/
.else
DESTDIR=/usr/local/
.endif
-INCDIR=include/divx/
-INCLUDEDIR=include/divx/
+INCSDIR=include/divx/
+INCDIR=${INCSDIR} # for pre-bsd.incs.mk API
LIBDIR=lib/
.include <bsd.lib.mk>