aboutsummaryrefslogtreecommitdiffstats
path: root/community/xprop
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:06:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:56:43 -0300
commit8a64b29679e27c649e242ee845a50d67442cae51 (patch)
tree271e44c74faf4fe358e9799077f1e139528a7d1c /community/xprop
parentdefc72ea6455e9ef675df558e4e5de54973c21d1 (diff)
downloadaports-8a64b29679e27c649e242ee845a50d67442cae51.tar.bz2
aports-8a64b29679e27c649e242ee845a50d67442cae51.tar.xz
community/xprop: modernize
Diffstat (limited to 'community/xprop')
-rw-r--r--community/xprop/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/xprop/APKBUILD b/community/xprop/APKBUILD
index a0b26604ed..e9839e3fb1 100644
--- a/community/xprop/APKBUILD
+++ b/community/xprop/APKBUILD
@@ -12,7 +12,6 @@ subpackages="$pkgname-doc"
source="https://www.x.org/archive/individual/app/xprop-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -21,12 +20,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}