aboutsummaryrefslogtreecommitdiffstats
path: root/community/dhcp-probe/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dhcp-probe/APKBUILD')
-rw-r--r--community/dhcp-probe/APKBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/community/dhcp-probe/APKBUILD b/community/dhcp-probe/APKBUILD
index 39c7a3ed576..17727eaef16 100644
--- a/community/dhcp-probe/APKBUILD
+++ b/community/dhcp-probe/APKBUILD
@@ -3,7 +3,7 @@
pkgname=dhcp-probe
_pkgname=dhcp_probe
pkgver=1.3.1
-pkgrel=0
+pkgrel=2
pkgdesc="Allows network administrators to make calculations that will assist in subnetting a network"
url="https://www.net.princeton.edu/software/dhcp_probe/"
arch="all"
@@ -15,6 +15,11 @@ source="http://www.net.princeton.edu/software/$_pkgname/$_pkgname-$pkgver.tar.gz
$pkgname.confd"
builddir="$srcdir"/$_pkgname-$pkgver
+prepare() {
+ default_prepare
+ update_config_guess
+}
+
build() {
./configure --prefix=/usr
make