summaryrefslogtreecommitdiffstats
path: root/base/pkg-get-awk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-get-awk/Pkgfile')
-rw-r--r--base/pkg-get-awk/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/pkg-get-awk/Pkgfile b/base/pkg-get-awk/Pkgfile
index 950667e33..4948d502b 100644
--- a/base/pkg-get-awk/Pkgfile
+++ b/base/pkg-get-awk/Pkgfile
@@ -6,8 +6,8 @@
name=pkg-get-awk
version=0.3.1
-release=2
-source=(pkg-get.awk pkg-get-awk.conf pkg-get.po)
+release=3
+source=(syn pkg-get.awk pkg-get-awk.conf pkg-get.po)
PKGMK_KEEP_LOCALES=yes
@@ -15,6 +15,7 @@ build() {
msgfmt pkg-get.po -o pkg-get.mo
mkdir -p $PKG/usr/bin
install -m 755 pkg-get.awk $PKG/usr/bin
+ install -m 755 syn $PKG/usr/bin/syn.awk
mkdir -p $PKG/etc
install -m 664 pkg-get-awk.conf $PKG/etc
mkdir -p $PKG/usr/share/locale/en/LC_MESSAGES