aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdivxdecore-devel
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-22 02:14:22 +0800
committerru <ru@FreeBSD.org>2002-07-22 02:14:22 +0800
commitf143982b05551a18cf5530911ee05c34832ab17a (patch)
tree5a68622377934b5f8199e96281076306323acf59 /multimedia/libdivxdecore-devel
parent589608af60a4f9408dc3dbbba772e0df94fc6072 (diff)
downloadfreebsd-ports-graphics-f143982b05551a18cf5530911ee05c34832ab17a.tar.gz
freebsd-ports-graphics-f143982b05551a18cf5530911ee05c34832ab17a.tar.zst
freebsd-ports-graphics-f143982b05551a18cf5530911ee05c34832ab17a.zip
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 'multimedia/libdivxdecore-devel')
-rw-r--r--multimedia/libdivxdecore-devel/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdivxdecore-devel/files/Makefile b/multimedia/libdivxdecore-devel/files/Makefile
index 93ca34f7db4..aefe3d04466 100644
--- a/multimedia/libdivxdecore-devel/files/Makefile
+++ b/multimedia/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>