diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-24 17:00:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-24 17:00:19 +0800 |
commit | 09a796d72c8bfcb5ca26194adeeadeebf50d04a2 (patch) | |
tree | 24151149a4053c8df8ee92b1cfb198828f1e0058 /textproc | |
parent | 5b2a8ea1f42df51999fcca5764610c1e9e0c668a (diff) | |
download | freebsd-ports-gnome-09a796d72c8bfcb5ca26194adeeadeebf50d04a2.tar.gz freebsd-ports-gnome-09a796d72c8bfcb5ca26194adeeadeebf50d04a2.tar.zst freebsd-ports-gnome-09a796d72c8bfcb5ca26194adeeadeebf50d04a2.zip |
- Fix symlink from absolute to relative
- Switch to options helpers
- Don't install LICENSE with DOCS
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fop/Makefile | 5 | ||||
-rw-r--r-- | textproc/fop/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index bfee785e0080..95796b5652c1 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -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> diff --git a/textproc/fop/pkg-descr b/textproc/fop/pkg-descr index 418e7b393d45..8576bb8aa78c 100644 --- a/textproc/fop/pkg-descr +++ b/textproc/fop/pkg-descr @@ -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/ |