aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 14:28:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 14:30:33 +0000
commit955a970fb346695f6e17087b5ebc34fae6a14a28 (patch)
tree46310e750f4121a81bc954b3605395ece81bd463
parent4490b3df31b8fb747a4e9d1aba02bfe3564f7096 (diff)
downloadports-955a970fb346695f6e17087b5ebc34fae6a14a28.tar.gz
ports-955a970fb346695f6e17087b5ebc34fae6a14a28.zip
sysutils/ck4up: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/ck4up/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ck4up/Makefile b/sysutils/ck4up/Makefile
index c3d6bf3344ad..95fcad750ba2 100644
--- a/sysutils/ck4up/Makefile
+++ b/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/
@@ -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}