databases/sqlitestudio: add the lowercase link to the executable for convenience
Reported by: John L. Males <jlmales@gmail.com> (user; via e-mail)
This commit is contained in:
parent
e6fb63493a
commit
5acb0921de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509312
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sqlitestudio
|
||||
DISTVERSION= 3.2.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/
|
||||
|
||||
|
@ -80,5 +80,7 @@ post-install:
|
|||
${INSTALL_DATA} \
|
||||
${WRKSRC}/guiSQLiteStudio/img/sqlitestudio.svg \
|
||||
${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/SQLiteStudio.svg
|
||||
# add the lowercase link to the executable for convenience
|
||||
@cd ${STAGEDIR}${PREFIX} && ${LN} -s bin/SQLiteStudio bin/sqlitestudio
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/SQLiteStudio
|
||||
bin/sqlitestudio
|
||||
bin/sqlitestudiocli
|
||||
lib/libcoreSQLiteStudio.so
|
||||
lib/libcoreSQLiteStudio.so.1
|
||||
|
|
Loading…
Reference in a new issue