git: d4d7e3dcecb1 - main - x11/ly: fix setup.sh script permissions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jan 2026 07:45:41 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4d7e3dcecb1ec6fa05a4cdcc20eb59939a10f20
commit d4d7e3dcecb1ec6fa05a4cdcc20eb59939a10f20
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-01-02 07:45:13 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-01-02 07:45:38 +0000
x11/ly: fix setup.sh script permissions
---
x11/ly/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11/ly/Makefile b/x11/ly/Makefile
index 1bead6db3e18..e4ab8b493f92 100644
--- a/x11/ly/Makefile
+++ b/x11/ly/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ly
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://codeberg.org/AnErrupTion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@@ -47,6 +48,6 @@ post-install:
s,$$CONFIG_DIRECTORY/csh.login,/etc/csh.login,g ; \
s,"$$CONFIG_DIRECTORY",${PREFIX}/etc,g ;' \
${WRKSRC}/res/setup.sh
- ${INSTALL_DATA} ${WRKSRC}/res/setup.sh ${STAGEDIR}${ETCDIR}/setup.sh.sample
+ ${INSTALL_SCRIPT} ${WRKSRC}/res/setup.sh ${STAGEDIR}${ETCDIR}/setup.sh.sample
.include <bsd.port.mk>