Skip to content

Commit

Permalink
deskutils/sigi: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent 4b67509 commit 4f9909e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deskutils/sigi/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sigi
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils

MAINTAINER= hiljusti@so.dang.cool
Expand All @@ -18,10 +18,10 @@ GH_ACCOUNT= sigi-cli
CARGO_BUILD_ARGS= --all

PLIST_FILES= bin/sigi \
man/man1/sigi.1.gz
share/man/man1/sigi.1.gz

post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>

0 comments on commit 4f9909e

Please sign in to comment.