aboutsummaryrefslogtreecommitdiffstats
path: root/package/isakmpd
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-24 20:49:31 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-24 20:49:31 +0000
commitecb6c4b599eab655681dbaa3e755709fa1b819b3 (patch)
treeb7ed2e950b1b35de067464525dccaf95f2876cfd /package/isakmpd
parent403a4bfc19147dc962180adb099e5ec9d7ad81c1 (diff)
downloadmaster-187ad058-ecb6c4b599eab655681dbaa3e755709fa1b819b3.tar.gz
master-187ad058-ecb6c4b599eab655681dbaa3e755709fa1b819b3.tar.bz2
master-187ad058-ecb6c4b599eab655681dbaa3e755709fa1b819b3.zip
new (last?) attempt at standardizing Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/isakmpd')
-rw-r--r--package/isakmpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile
index 0d4a8a58d2..a4e7ff7b03 100644
--- a/package/isakmpd/Makefile
+++ b/package/isakmpd/Makefile
@@ -12,12 +12,12 @@ PKG_NAME:=isakmpd
PKG_VERSION:=20041012
PKG_RELEASE:=1
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/i/isakmpd/
PKG_MD5SUM:=e6d25a9e232fb186e1a48dc06453bd57
PKG_CAT:=zcat
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk