sysutils/ck4up: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 15:28:10 +01:00
parent 4490b3df31
commit 955a970fb3
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 4 additions and 4 deletions

View File

@ -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}