1
0
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:
Martin Wilke 2009-01-08 16:19:27 +00:00
parent 2a97629350
commit 814cf84466
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225471

View File

@ -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>