No need to "chmod +x" the script anymore after the 3.22.0 update

This commit is contained in:
kn 2022-11-20 12:20:45 +00:00
parent 442983d6ce
commit 0e5decaec6
1 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@ COMMENT= graphical diff and merge tool
GNOME_VERSION= 3.22.0
GNOME_PROJECT= meld
REVISION= 0
REVISION= 1
CATEGORIES= textproc
@ -32,7 +32,4 @@ RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \
# org.gnome.desktop.interface
RUN_DEPENDS += devel/gsettings-desktop-schemas
post-install:
chmod +x ${PREFIX}/bin/meld
.include <bsd.port.mk>