diff options
author | ru <ru@FreeBSD.org> | 2002-07-22 02:18:09 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-22 02:18:09 +0800 |
commit | 8023d85f3714bfbaa1df5742aa04412406eccc43 (patch) | |
tree | 0dad27c99eca2ec852988397ec4b2d04ba775e97 /graphics | |
parent | f143982b05551a18cf5530911ee05c34832ab17a (diff) | |
download | freebsd-ports-gnome-8023d85f3714bfbaa1df5742aa04412406eccc43.tar.gz freebsd-ports-gnome-8023d85f3714bfbaa1df5742aa04412406eccc43.tar.zst freebsd-ports-gnome-8023d85f3714bfbaa1df5742aa04412406eccc43.zip |
s/INCLUDEDIR/INCSDIR/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libdivxencore/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libdivxencore/files/Makefile b/graphics/libdivxencore/files/Makefile index 00b24a298012..d5874d36ffc4 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> |