libabw: cleaned up

This commit is contained in:
Tim Biermann 2020-11-03 20:59:04 +00:00
parent aa7267a82e
commit 716c4d2738
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF355AcY/8oHqXIZhaZ2Mnz7Cd3GcGPbPhV54AIKZB0c+kxoi0ffoRHfa74ijqKKHU3xjDRVxxYKlQpAPT2W5tOgQ=
SHA256 (Pkgfile) = 8211d078a7a3e9568ff4fc4cfbc0b08104f4917b7cd005aa3a41b90bdc7d58db
RWSagIOpLGJF3+qMnHFgFxJSQBR4t+DOtKsNuKkla6ey24bxIfFxwpNqCdjSudrHorRdVJnqjuF9+09veOHF7XY8O+1BxgCVKAI=
SHA256 (Pkgfile) = 6d5683a09aa2e53a270a0fb20b98c504b565be0fbed9ea9e236581486564dbf4
SHA256 (.footprint) = 36a83778fe6bef3c76f7c34dc484104e69c173ba2b8adcbcfd7fa0dd744538a3
SHA256 (libabw-0.1.3.tar.xz) = e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed

View File

@ -13,5 +13,5 @@ build() {
./configure --prefix=/usr \
--without-docs
make
make DESTDIR="$PKG" install
make DESTDIR=$PKG install
}