New commits:
commit b5efd9dc95fe11d3988aa91ebf4031ac02aa21ce
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
net/dhcpcd: made building process more standard
diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
deleted file mode 100755
index 99e1269..0000000
--- a/net/dhcpcd/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-CSTD=gnu99 make DESTDIR="$INSTALL_ROOT"
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 9f49ded..fe9477b 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,11 +1,6 @@
SPELL=dhcpcd
-#if [[ $DHCPCD_DEVEL == y ]]; then
-# VERSION=5.0.7
-# SOURCE_HASH=sha512:
-#else
VERSION=5.2.1
SOURCE_HASH=sha512:0763e0e7adb4070c01309ffbebc10600df57e9ddf0fcd89e218daa47f0775b28004b331bc2b09984517041180e5c4110cb837b76405515787581468e87fdd80f
-#fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://roy.marples.name/downloads/$SPELL/$SOURCE
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index af56209..9a97edf 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,8 @@
+2010-03-22 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: removed commented devel crap
+ * BUILD, PREPARE, PRE_BUILD: removed, our defaults work fine
+ * INSTALL: default_install works as well
+
2010-03-08 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 5.2.1
* PREPARE: commented out DEVEL query, option is commented out in
DETAILS already
diff --git a/net/dhcpcd/INSTALL b/net/dhcpcd/INSTALL
index 04f2588..e76872b 100755
--- a/net/dhcpcd/INSTALL
+++ b/net/dhcpcd/INSTALL
@@ -1,3 +1,3 @@
-make install DESTDIR="$INSTALL_ROOT" &&
+default_install &&