mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Reconnect pkg-messages
Spotted by: pav
This commit is contained in:
parent
2a97629350
commit
814cf84466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225471
@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/SQuirreL SQL Client
|
||||
DSTDIR= ${JAVASHAREDIR}/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
SUB_FILES= squirrel-sql
|
||||
PKGMESSAGE= pkg-messages
|
||||
|
||||
DESKTOP_ENTRIES="Squirrel-SQL Client" \
|
||||
"${COMMENT}" \
|
||||
@ -41,5 +42,6 @@ do-install:
|
||||
cd "${WRKSRC}" && ${FIND} . -type d -exec ${MKDIR} ${DSTDIR}/{} \;
|
||||
cd "${WRKSRC}" && ${FIND} . -type f -not -path "\./bin/" -exec ${INSTALL_DATA} {} ${DSTDIR}/{} \;
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/squirrel-sql ${PREFIX}/bin
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user