diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-23 12:46:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-23 12:46:57 +0200 |
commit | a39fa94e9196def19522fb59ca1fb38e882953f3 (patch) | |
tree | 8a40aceba65d43cebef7a3a0f65a4b151488714e /package/p5-sub-name/Makefile | |
parent | 6a4423e62851a3b4299096e5c9787079ad5e018a (diff) |
substitute TOPDIR in new perl modules
Diffstat (limited to 'package/p5-sub-name/Makefile')
-rw-r--r-- | package/p5-sub-name/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/p5-sub-name/Makefile b/package/p5-sub-name/Makefile index 9cf4f1efd..94dc5fcac 100644 --- a/package/p5-sub-name/Makefile +++ b/package/p5-sub-name/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-sub-name PKG_VERSION:= 0.05 @@ -16,11 +16,11 @@ PKG_SITES:= http://cpan.metacpan.org/authors/id/F/FL/FLORA/ DISTFILES:= Sub-Name-${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/Sub-Name-${PKG_VERSION} -include $(TOPDIR)/mk/package.mk +include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,P5_SUB_NAME,p5-sub-name,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -include $(TOPDIR)/mk/perl.mk +include $(ADK_TOPDIR)/mk/perl.mk CONFIG_STYLE:= perl XAKE_FLAGS+= $(PERL_ENV) @@ -30,4 +30,4 @@ p5-sub-name-install: $(CP) $(WRKINST)$(PERL_SITEDIR)/* \ $(IDIR_P5_SUB_NAME)$(PERL_SITEDIR) -include ${TOPDIR}/mk/pkg-bottom.mk +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |