diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-11-26 15:12:26 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-11-26 15:12:49 -0700 |
commit | 0af16daee811afc830b74bfc2f2c75601f13bffc (patch) | |
tree | 5d9920ca65e156467710b960d244d5c616714fb1 | |
parent | cb4c86d8f91a8440c28dc2315c675b94ec22851d (diff) | |
download | ports-0af16daee811afc830b74bfc2f2c75601f13bffc.tar.gz ports-0af16daee811afc830b74bfc2f2c75601f13bffc.tar.xz |
imv:Fix man page building (release 2)
-rw-r--r-- | imv/.signature | 4 | ||||
-rw-r--r-- | imv/Pkgfile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/imv/.signature b/imv/.signature index 6aad47d..a77f9c8 100644 --- a/imv/.signature +++ b/imv/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/nullspoon.pub -RWThnm0RuVZhZjnmI34Y14P3w3lAwrs1pO110IsYw+IqE4dlYYQxYRISUuAuDwODhJQPp+vzuUbAKjtKKYBqv7tn/sC0PXVjtQo= -SHA256 (Pkgfile) = 9175dce6c42873ea47c7c1ca45ccaaf25bb57530ce36b282f0e233c5020957f5 +RWThnm0RuVZhZiIVlGki6s2Fx5almNCm9ZOkQtbXJ8CQPdqOCutQOeR/5LEYZ9c2W7plfEGJXG/ItZ60CXxjEjNr/jjWq8doQAM= +SHA256 (Pkgfile) = 7c19617a4e3c3ebc890f6fd5da030eb698db32f17193c9adbda776ef308ffed2 SHA256 (.footprint) = b4c081cac343675fc84e27c2259c97af1038e327bf3c8da95c54fd2b29ace290 SHA256 (v4.4.0.tar.gz) = 55431c8c27fbe82d05955f61bde38ba15febf8a7fd8f0f741e504bae0b823bcf diff --git a/imv/Pkgfile b/imv/Pkgfile index 8bf649a..47167c4 100644 --- a/imv/Pkgfile +++ b/imv/Pkgfile @@ -5,12 +5,14 @@ name=imv version=4.4.0 -release=1 +release=2 source=(https://git.sr.ht/~exec64/imv/archive/v${version}.tar.gz) build() { cd ${name}-v${version} - meson --prefix=/usr build/ + meson build \ + --prefix=/usr \ + --man=/usr/share/man ninja -C build DESTDIR="${PKG}" ninja -C build install } |