summaryrefslogtreecommitdiffstats
path: root/main/mg
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-28 13:10:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-02-28 13:10:36 +0000
commita64e6ca2c0573fe171f1fb45c67d23a5e6e066df (patch)
treeeae30fd536224a5328a7fa90f04369c0d37bef06 /main/mg
parentaaca221c8a3e5822d6af1729299df2e86b5585dd (diff)
downloadaports-a64e6ca2c0573fe171f1fb45c67d23a5e6e066df.tar.bz2
aports-a64e6ca2c0573fe171f1fb45c67d23a5e6e066df.tar.xz
main/mg: upgrade to 20110120
Diffstat (limited to 'main/mg')
-rw-r--r--main/mg/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/mg/APKBUILD b/main/mg/APKBUILD
index 18e910cac..417c0178f 100644
--- a/main/mg/APKBUILD
+++ b/main/mg/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Lee Hinman <hinman@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mg
-pkgver=20110103
+pkgver=20110120
pkgrel=0
pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
url="http://homepage.boetes.org/software/mg"
@@ -28,7 +28,8 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+ make INSTALL=install DESTDIR="$pkgdir" prefix=/usr \
+ mandir=/usr/share/man install
}
-md5sums="41bb2f2979e9a98eb72828282ae2f2ea mg-20110103.tar.gz"
+md5sums="f2fa8016a491aa2a9d4c5698c593f31b mg-20110120.tar.gz"