summaryrefslogtreecommitdiff
path: root/package/traceroute
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:02:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:02:27 +0100
commite417a01d00a49441432c03a0693b279f2f5db73c (patch)
tree0fa82e932bfdc7b919399793427e805a6ac58913 /package/traceroute
parent7a9b6f15bf7d8cac6aa467f8a3ff3f6fa4220308 (diff)
remove comments and finetune packages.
pdnsd, rngd and proftpd need a init script... do not install anything to /var, because this is on /tmp aka tmpfs. Use init scripts to create missing directories or files.
Diffstat (limited to 'package/traceroute')
-rw-r--r--package/traceroute/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/traceroute/Makefile b/package/traceroute/Makefile
index e0d8fa2e5..4db926568 100644
--- a/package/traceroute/Makefile
+++ b/package/traceroute/Makefile
@@ -9,7 +9,6 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= d400573042d41559fc3e5260275300d8
PKG_DESCR:= Utility to trace the route of IP packets
PKG_SECTION:= utils
-PKG_DEPENDS:=
PKG_URL:= http://traceroute.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=traceroute/}
@@ -24,9 +23,9 @@ MAKE_FLAGS+= CC="${TARGET_CC}" \
LDFLAGS="-L${WRKSRC}/libsupp"
INSTALL_STYLE:= auto
-# please install all files and directories to the package dir
post-install:
$(INSTALL_DIR) $(IDIR_TRACEROUTE)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/local/bin/traceroute $(IDIR_TRACEROUTE)/usr/bin/
+ $(INSTALL_BIN) $(WRKINST)/usr/local/bin/traceroute \
+ $(IDIR_TRACEROUTE)/usr/bin/
include ${TOPDIR}/mk/pkg-bottom.mk