Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:23:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 697f9f36d7f3 - main - print/paps: Remove superfluous /
Message-ID:  <202311141723.3AEHNlLU085126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311141723.3AEHNlLU085126>