summaryrefslogtreecommitdiff
path: root/multimedia/libdivxencore/files
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 18:18:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 18:18:09 +0000
commit61063fe35dca96c581d41435e1818b90bb9fd718 (patch)
tree680305531d9c9d607e1badffa4f8780d54b693fc /multimedia/libdivxencore/files
parentIn pre-bsd.incs.mk world you'd say INCDIR, in post-bsd.incs.mk world (diff)
s/INCLUDEDIR/INCSDIR/
Notes
Notes: svn path=/head/; revision=63325
Diffstat (limited to 'multimedia/libdivxencore/files')
-rw-r--r--multimedia/libdivxencore/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdivxencore/files/Makefile b/multimedia/libdivxencore/files/Makefile
index 00b24a298012..d5874d36ffc4 100644
--- a/multimedia/libdivxencore/files/Makefile
+++ b/multimedia/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>