aboutsummaryrefslogtreecommitdiffstats
path: root/main/grep
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-27 15:30:30 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-27 21:31:07 +0000
commitc4b45578af79cb075d334fb659297e532413ab19 (patch)
tree5bf382059764bda9de6d8126cd300439a9a54118 /main/grep
parent6f33fb4651d968f69abbdd4303ff7a425e296316 (diff)
downloadaports-c4b45578af79cb075d334fb659297e532413ab19.tar.bz2
aports-c4b45578af79cb075d334fb659297e532413ab19.tar.xz
main/grep: move binaries to /bin, fix license
Diffstat (limited to 'main/grep')
-rw-r--r--main/grep/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD
index 69b06ecd34..0e222ac934 100644
--- a/main/grep/APKBUILD
+++ b/main/grep/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=grep
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Searches input files for lines containing a match to a specified pattern"
url="https://www.gnu.org/software/grep/grep.html"
arch="all"
-license="GPL"
+license="GPL-3.0+"
makedepends="pcre-dev autoconf automake"
checkdepends="coreutils bash diffutils"
subpackages="$pkgname-doc"
@@ -26,6 +26,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+ --bindir=/bin \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \