summaryrefslogtreecommitdiff
path: root/package/ipcad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ipcad/Makefile')
-rw-r--r--package/ipcad/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ipcad/Makefile b/package/ipcad/Makefile
index 63105cefc..32b04f954 100644
--- a/package/ipcad/Makefile
+++ b/package/ipcad/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:= ipcad
PKG_VERSION:= 3.7.3
@@ -16,7 +16,7 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ipcad/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,IPCAD,ipcad,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -33,4 +33,4 @@ ipcad-install:
${INSTALL_DATA} ${WRKINST}/etc/ipcad.conf ${IDIR_IPCAD}/etc/
${INSTALL_BIN} ${WRKINST}/usr/bin/ipcad ${IDIR_IPCAD}/usr/bin/
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk