Skip to content

Commit

Permalink
sysutils/ck4up: 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 25, 2024
1 parent 4490b3d commit 955a970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sysutils/ck4up/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ck4up
PORTVERSION= 1.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://jue.li/crux/ck4up/

Expand All @@ -18,15 +18,15 @@ NO_ARCH= yes
PORTEXAMPLES= ck4up.conf

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

OPTIONS_DEFINE= EXAMPLES

post-patch:
@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g; s|man/man1|share/man/man1|g' \
${WRKSRC}/Makefile

post-install:
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${STAGEDIR}${EXAMPLESDIR}

Expand Down

0 comments on commit 955a970

Please sign in to comment.