summaryrefslogtreecommitdiffstats
path: root/main/dhcp
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-08 14:05:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-08 14:05:33 +0000
commit4e576fa5c6b85d2473ddf0aa3b7d2d162914a896 (patch)
treeb39c79ab5589079f897f6f6998c3ef7766d1c1cb /main/dhcp
parent1bfaa2e31556175c823913bca7665d502a1924fc (diff)
downloadaports-4e576fa5c6b85d2473ddf0aa3b7d2d162914a896.tar.bz2
aports-4e576fa5c6b85d2473ddf0aa3b7d2d162914a896.tar.xz
main/dhcp: fix license
Diffstat (limited to 'main/dhcp')
-rw-r--r--main/dhcp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index d32cca6bd..94f7f9c1d 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -2,11 +2,11 @@
pkgname=dhcp
pkgver=4.2.1_p1
_realver=${pkgver/_p/-P}
-pkgrel=0
+pkgrel=1
pkgdesc="ISC Dynamic Host Configuration Protocol (DHCP)"
url="https://www.isc.org/"
arch="all"
-license="GPL"
+license="ISC"
depends=
makedepends="perl"
install="dhcp.pre-install dhcp.post-install dhcp.pre-upgrade dhcp.post-upgrade"