aboutsummaryrefslogtreecommitdiffstats
path: root/community/thttpd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/thttpd/APKBUILD')
-rw-r--r--community/thttpd/APKBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/thttpd/APKBUILD b/community/thttpd/APKBUILD
index 260c4f61fbe..c27763f3715 100644
--- a/community/thttpd/APKBUILD
+++ b/community/thttpd/APKBUILD
@@ -24,13 +24,10 @@ source="http://www.acme.com/software/$pkgname/$pkgname-$pkgver.tar.gz
prepare() {
default_prepare
- cd "$builddir"
echo 'mkv video/x-matroska' >> mime_types.txt
}
build() {
- cd "$builddir"
-
./configure --prefix=/usr --mandir=/usr/share/man
sed -e 's/^CFLAGS =/CFLAGS +=/' \
-e '/^STATICFLAG =/c STATICFLAG =' \
@@ -39,8 +36,6 @@ build() {
}
package() {
- cd "$builddir"
-
mkdir -p $pkgdir/usr/share/man/man1
make \