pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
soju: Makefile: Omit INSTALL_MAN man/man1 trailing slash
Module Name: pkgsrc-wip
Committed By: Iris <iris000%duck.com@localhost>
Pushed By: iris
Date: Tue Aug 6 11:42:54 2024 +0000
Changeset: 2fd2502cf7c20164bdde479867539de34b94dbcb
Modified Files:
soju/Makefile
Log Message:
soju: Makefile: Omit INSTALL_MAN man/man1 trailing slash
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fd2502cf7c20164bdde479867539de34b94dbcb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
soju/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/soju/Makefile b/soju/Makefile
index 4cf7d87e02..03377ecb7d 100644
--- a/soju/Makefile
+++ b/soju/Makefile
@@ -57,8 +57,8 @@ do-install:
post-install:
scdoc < ${WRKSRC}/doc/soju.1.scd > ${WRKSRC}/doc/soju.1
scdoc < ${WRKSRC}/doc/sojuctl.1.scd > ${WRKSRC}/doc/sojuctl.1
- ${INSTALL_MAN} ${WRKSRC}/doc/soju.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
- ${INSTALL_MAN} ${WRKSRC}/doc/sojuctl.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/soju.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/sojuctl.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/contrib/soju.service ${DESTDIR}${PREFIX}/share/examples/soju/soju.service
${INSTALL_DATA} ${WRKSRC}/config.in ${DESTDIR}${PREFIX}/share/examples/soju/config
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index