aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-08 15:28:24 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-08 16:43:53 +0000
commit7f7f47254d228126c9da09c5bac1719f7dc30be7 (patch)
tree77927eddbef550e1c901331b690a3c0dd1542ed6
parent965dd64661f7019dd57aef814fc4e0c27c8d3c2c (diff)
downloadports-7f7f47254d228126c9da09c5bac1719f7dc30be7.tar.gz
ports-7f7f47254d228126c9da09c5bac1719f7dc30be7.zip
security/keychain: Update manpages path
Move manpages to ${PREFIX}/share/man While here, remove useless REINPLACE_CMD Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--security/keychain/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index 59c3d14d2561..c116375d5bf6 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -1,5 +1,6 @@
PORTNAME= keychain
PORTVERSION= 2.8.5
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= garga@FreeBSD.org
@@ -19,7 +20,7 @@ OPTIONS_DEFINE= DOCS
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME} \
- man/man1/keychain.1.gz
+ share/man/man1/keychain.1.gz
PORTDOCS= ChangeLog README.md
@@ -27,13 +28,9 @@ PORTDOCS= ChangeLog README.md
RUN_DEPENDS+= ssh-agent:security/openssh-portable
.endif
-post-patch:
- @${REINPLACE_CMD} -e '1 s,^.*,#!/bin/sh,' \
- ${WRKSRC}/${PORTNAME}
-
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}