mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix symlink from absolute to relative
- Switch to options helpers - Don't install LICENSE with DOCS - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
3212f6da18
commit
6da022e979
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454815
2 changed files with 4 additions and 3 deletions
|
@ -47,9 +47,10 @@ do-install:
|
|||
${INSTALL_DATA} conf/fop.xconf ${STAGEDIR}${DATADIR}/conf && \
|
||||
${COPYTREE_SHARE} hyph ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${DATADIR}
|
||||
${LN} -s ${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${LN} -s ../${DATADIR_REL}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${LEGALDIR} && ${INSTALL_MAN} LICENSE README NOTICE KEYS ${STAGEDIR}${DOCSDIR}
|
||||
cd ${LEGALDIR} && ${INSTALL_DATA} README NOTICE KEYS ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,4 +6,4 @@ directly on screen.
|
|||
|
||||
FOP is part of Apache's XML project. The homepage of FOP is
|
||||
|
||||
WWW: http://xmlgraphics.apache.org/fop/
|
||||
WWW: https://xmlgraphics.apache.org/fop/
|
||||
|
|
Loading…
Add table
Reference in a new issue