aboutsummaryrefslogtreecommitdiffstats
path: root/community/fltk
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 20:27:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 00:04:11 -0300
commitc139106d007b240615bf90f5a66fb7556a918a99 (patch)
tree997e51fbd9161bffe121d8dfa6604181d980883b /community/fltk
parentb2375bb92a8a4d134aabcfaf77a2546cfebb5e93 (diff)
downloadaports-c139106d007b240615bf90f5a66fb7556a918a99.tar.bz2
aports-c139106d007b240615bf90f5a66fb7556a918a99.tar.xz
community/fltk: modernize
Diffstat (limited to 'community/fltk')
-rw-r--r--community/fltk/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/fltk/APKBUILD b/community/fltk/APKBUILD
index 392799ee1b..7657ff42b2 100644
--- a/community/fltk/APKBUILD
+++ b/community/fltk/APKBUILD
@@ -14,7 +14,6 @@ subpackages="$pkgname-doc $pkgname-dev $pkgname-fluid"
source="http://fltk.org/pub/fltk/$pkgver/fltk-$pkgver-source.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,9 +25,7 @@ build() {
}
-
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
# remove static libs
rm "$pkgdir"/usr/lib/*.a