summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-21 19:26:53 +0000
committerru <ru@FreeBSD.org>2002-07-21 19:26:53 +0000
commitcc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6 (patch)
treea72b53bb05e88c8ee24dafd98968743b2bfc923c /textproc
parent45473cc058c6b06f62e478cff736391475705908 (diff)
downloadFreeBSD-ports-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.zip
FreeBSD-ports-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.tar.gz
Fixed install on bsd.incs.mk aware systems.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/expat/files/Makefile.lib3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/expat/files/Makefile.lib b/textproc/expat/files/Makefile.lib
index c4f283a..571fabb 100644
--- a/textproc/expat/files/Makefile.lib
+++ b/textproc/expat/files/Makefile.lib
@@ -18,7 +18,8 @@ SRCS= xmltok/xmltok.c \
INCS= xmlparse/xmlparse.h \
xmltok/xmltok.h
NOMAN= YES
-INCDIR= ${LOCALBASE}/include/xml
+INCSDIR= ${LOCALBASE}/include/xml
+INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API
LIBDIR= ${LOCALBASE}/lib
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud