parent
83c23f2a6a
commit
7fb560255f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mailx'
|
||||
pkgname=mailx
|
||||
version=12.5
|
||||
revision=17
|
||||
revision=18
|
||||
patch_args="-Np1"
|
||||
wrksrc="mailx-${version}"
|
||||
makedepends="libressl-devel mit-krb5-devel"
|
||||
|
@ -20,6 +20,10 @@ alternatives="
|
|||
mail:mail.1:/usr/share/man/man1/mailx.1
|
||||
"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
do_build() {
|
||||
echo PREFIX=/usr \
|
||||
BINDIR=/usr/bin \
|
||||
|
|
Loading…
Reference in a new issue