aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-22 02:18:09 +0800
committerru <ru@FreeBSD.org>2002-07-22 02:18:09 +0800
commit8023d85f3714bfbaa1df5742aa04412406eccc43 (patch)
tree0dad27c99eca2ec852988397ec4b2d04ba775e97 /graphics
parentf143982b05551a18cf5530911ee05c34832ab17a (diff)
downloadfreebsd-ports-graphics-8023d85f3714bfbaa1df5742aa04412406eccc43.tar.gz
freebsd-ports-graphics-8023d85f3714bfbaa1df5742aa04412406eccc43.tar.zst
freebsd-ports-graphics-8023d85f3714bfbaa1df5742aa04412406eccc43.zip
s/INCLUDEDIR/INCSDIR/
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdivxencore/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libdivxencore/files/Makefile b/graphics/libdivxencore/files/Makefile
index 00b24a29801..d5874d36ffc 100644
--- a/graphics/libdivxencore/files/Makefile
+++ b/graphics/libdivxencore/files/Makefile
@@ -16,8 +16,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>