summaryrefslogtreecommitdiffstats
path: root/extra/libpng
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-30 09:47:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-30 09:47:47 +0000
commit8cc80d76622ccdaf534394c16c1f1a45ce762456 (patch)
treef9bf2b72fe9650efe19a404f427d34eeb5bb07f4 /extra/libpng
parent1ffabe389acede3d9dcd970dff92e986c4bfb0a7 (diff)
downloadaports-8cc80d76622ccdaf534394c16c1f1a45ce762456.tar.bz2
aports-8cc80d76622ccdaf534394c16c1f1a45ce762456.tar.xz
extra/libpng: remove trailing whitespace
Diffstat (limited to 'extra/libpng')
-rw-r--r--extra/libpng/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libpng/APKBUILD b/extra/libpng/APKBUILD
index 2c8b0efcf..3667d4bb3 100644
--- a/extra/libpng/APKBUILD
+++ b/extra/libpng/APKBUILD
@@ -12,14 +12,14 @@ subpackages="$pkgname-doc $pkgname-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
build() {
cd "$srcdir/$pkgname-$pkgver"
-
+
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE || return 1
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE || return 1
}
md5sums="6ca3e836887fa5f5f509c36e194f8c00 libpng-1.2.34.tar.gz"