summaryrefslogtreecommitdiff
path: root/package/p5-xml-parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/p5-xml-parser/Makefile')
-rw-r--r--package/p5-xml-parser/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/p5-xml-parser/Makefile b/package/p5-xml-parser/Makefile
index 00a6f44e7..dc8d1f634 100644
--- a/package/p5-xml-parser/Makefile
+++ b/package/p5-xml-parser/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include $(TOPDIR)/rules.mk
+include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= p5-xml-parser
PKG_VERSION:= 2.40
@@ -16,11 +16,11 @@ PKG_SITES:= http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/
DISTFILES:= XML-Parser-${PKG_VERSION}.tar.gz
WRKDIST= ${WRKDIR}/XML-Parser-${PKG_VERSION}
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,P5_XML_PARSER,p5-xml-parser,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-include $(TOPDIR)/mk/perl.mk
+include $(ADK_TOPDIR)/mk/perl.mk
PERL_ENV+= EXPATLIBPATH=${STAGING_TARGET_DIR}/usr/lib \
EXPATINCPATH=${STAGING_TARGET_DIR}/usr/include
@@ -32,4 +32,4 @@ p5-xml-parser-install:
$(CP) $(WRKINST)$(PERL_SITEDIR)/* \
$(IDIR_P5_XML_PARSER)$(PERL_SITEDIR)
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk