From 0bde1639103fa9dab748dc0bfc7d483c652e96a7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 01:20:54 +0000 Subject: system/s*: modernise, fix metadata --- system/ssmtp/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/ssmtp') diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD index 4d77bb213..cb5dbbc09 100644 --- a/system/ssmtp/APKBUILD +++ b/system/ssmtp/APKBUILD @@ -10,7 +10,7 @@ options="!check" license="GPL-2.0+" provides=/usr/sbin/sendmail provider_priority=10 -depends= +depends="" makedepends="openssl-dev autoconf" subpackages="$pkgname-doc" # No HTTPS @@ -21,7 +21,6 @@ source="http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.o " build() { - cd "$builddir" sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in autoconf @@ -37,7 +36,6 @@ build() { } package() { - cd "$builddir" make prefix="$pkgdir"/usr \ etcdir="$pkgdir"/etc \ mandir="$pkgdir"/usr/share/man \ -- cgit v1.2.3-70-g09d2