summaryrefslogtreecommitdiff
path: root/package/arpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-13 22:27:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-13 22:27:48 +0200
commit71242d66a32a9e3e552c9cee6d6f6e703ff0797b (patch)
tree4fde8a4656be336d8e81330e5d4cc226170a31fe /package/arpd
parentbf62091b68e248270e432d935709ca5c95d1ae16 (diff)
rework post-install
Be sure to execute post-install as last step after populating staging dir.
Diffstat (limited to 'package/arpd')
-rw-r--r--package/arpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/arpd/Makefile b/package/arpd/Makefile
index 8fd42f7cd..9e556d80a 100644
--- a/package/arpd/Makefile
+++ b/package/arpd/Makefile
@@ -19,7 +19,7 @@ WRKDIST= ${WRKDIR}/${PKG_NAME}
include ${ADK_TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,ARPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,ARPD,arpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS+= --with-libdnet=${STAGING_TARGET_DIR}/usr \
--with-libevent=${STAGING_TARGET_DIR}/usr \
@@ -28,7 +28,7 @@ MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS}" \
INCLS="-I. ${TARGET_CPPFLAGS}" \
LIBS="-lpcap -ldnet -levent"
-post-install:
+arpd-install:
${INSTALL_DIR} ${IDIR_ARPD}/usr/sbin
${INSTALL_BIN} ${WRKBUILD}/arpd ${IDIR_ARPD}/usr/sbin/