1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- replace fullpath with ${DOCSDIR}

Suggested by:	ak
Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-12-01 07:17:33 +00:00
parent 32133fd899
commit 05b73f2b58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308064

View File

@ -108,7 +108,7 @@ post-install:
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/
${LN} -sf ${PREFIX}/share/doc/palomino/images/palominoLogo.png \
${LN} -sf ${DOCSDIR}/images/palominoLogo.png \
${PREFIX}/share/pixmaps/${PORTNAME}.png
.include <bsd.port.mk>