bind: hackfix for xbps-checkvers, which must die.

This commit is contained in:
Christian Neukirchen 2015-10-03 23:49:38 +02:00
parent d4a0cce613
commit bc0765a7b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'bind'
pkgname=bind
_distver=9.10.3
_patchver=
version="${_distver}${_patchver}"
_patchver=""
version="${_distver}"
revision=1
wrksrc="${pkgname}-${_distver}${_patchver:+-${_patchver}}"
short_desc="Berkeley Internet Name Domain server"