diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 18:18:09 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 18:18:09 +0000 |
commit | 61063fe35dca96c581d41435e1818b90bb9fd718 (patch) | |
tree | 680305531d9c9d607e1badffa4f8780d54b693fc /multimedia/libdivxencore | |
parent | fa493e804de4a2701ed1cadcec66338efd9b5256 (diff) | |
download | ports-61063fe35dca96c581d41435e1818b90bb9fd718.tar.gz ports-61063fe35dca96c581d41435e1818b90bb9fd718.zip |
s/INCLUDEDIR/INCSDIR/
Notes
Notes:
svn path=/head/; revision=63325
Diffstat (limited to 'multimedia/libdivxencore')
-rw-r--r-- | multimedia/libdivxencore/files/Makefile | 4 |
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> |