git: 697f9f36d7f3 - main - print/paps: Remove superfluous /
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:23:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=697f9f36d7f3a558f3566cb89b0770ff1984fc60 commit 697f9f36d7f3a558f3566cb89b0770ff1984fc60 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:53:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:50 +0000 print/paps: Remove superfluous / --- print/paps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/paps/Makefile b/print/paps/Makefile index 969c88892282..a5fbbf97de65 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -24,7 +24,7 @@ SHEBANG_FILES= ${WRKSRC}/scripts/src-to-paps PLIST_FILES= bin/paps man/man1/paps.1.gz post-install: - ${ECHO_CMD} "bin/src-to-paps" >> /${TMPPLIST} + ${ECHO_CMD} "bin/src-to-paps" >> ${TMPPLIST} ${ECHO_CMD} "share/paps/pango_markup.outlang" >> ${TMPPLIST} .include <bsd.port.mk>