summaryrefslogtreecommitdiff
path: root/package/dhcp-forwarder
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
commit26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch)
tree22f152f92d6c1e9c325583f46278a385ffefd38b /package/dhcp-forwarder
parent67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff)
another round of native compile fixes
Diffstat (limited to 'package/dhcp-forwarder')
-rw-r--r--package/dhcp-forwarder/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/dhcp-forwarder/Makefile b/package/dhcp-forwarder/Makefile
index ff483b392..de365f1bf 100644
--- a/package/dhcp-forwarder/Makefile
+++ b/package/dhcp-forwarder/Makefile
@@ -4,16 +4,14 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= dhcp-forwarder
-PKG_VERSION:= 0.8
+PKG_VERSION:= 0.9
PKG_RELEASE:= 1
-PKG_MD5SUM:= fb3670dee9f71af1e55ac5dcd64e213e
+PKG_MD5SUM:= 63630db269ac17523ad085b67277b1c3
PKG_DESCR:= DHCP relay agent
PKG_SECTION:= dhcp
PKG_URL:= http://www.nongnu.org/dhcp-fwd/
PKG_SITES:= http://savannah.nongnu.org/download/dhcp-fwd/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,DHCP_FORWARDER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -25,8 +23,8 @@ post-install:
${INSTALL_DIR} ${IDIR_DHCP_FORWARDER}/usr/sbin \
${IDIR_DHCP_FORWARDER}/etc
${INSTALL_DATA} ${WRKBUILD}/contrib/dhcp-fwd.conf \
- ${IDIR_DHCP_FORWARDER}/etc/
+ ${IDIR_DHCP_FORWARDER}/etc
${INSTALL_BIN} ${WRKINST}/usr/sbin/dhcp-fwd \
- ${IDIR_DHCP_FORWARDER}/usr/sbin/
+ ${IDIR_DHCP_FORWARDER}/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk