aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-04 07:48:35 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-04 19:51:16 +0000
commitdcc5804639d6a1e53e85b0faeeb96167cf76c75f (patch)
treed2510b00f3ae5faedce25365e8c645c641dbc07f
parenta3da763960ffec71c34d2151103b7a8e763ef548 (diff)
downloadports-dcc5804639d6a1e53e85b0faeeb96167cf76c75f.tar.gz
ports-dcc5804639d6a1e53e85b0faeeb96167cf76c75f.zip
lang/yorick: Remove USES=makeinfo
- Utilize the info files that comes with the dist - Pet portclippy - Adopt port
-rw-r--r--lang/yorick/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile
index 80a821c7375f..3a27dba82e3e 100644
--- a/lang/yorick/Makefile
+++ b/lang/yorick/Makefile
@@ -1,22 +1,22 @@
PORTNAME= yorick
DISTVERSIONPREFIX= y_
DISTVERSION= 2_2_04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang math
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Interpreted language for scientific simulations
WWW= https://yorick.sourceforge.net/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= makeinfo xorg
-USE_XORG= x11
-MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null
-
+USES= xorg
USE_GITHUB= yes
GH_ACCOUNT= dhmunro
+USE_XORG= x11
+
+MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null
CONFLICTS_INSTALL= gist p5-App-gist py*-python-gist # bin/gist
@@ -39,9 +39,6 @@ do-configure:
cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ysite config
-post-build:
- ${MAKE} -C ${WRKSRC}/doc yorick.info
-
post-install:
${INSTALL_DATA} ${WRKSRC}/emacs/yorick.el ${WRKSRC}/relocatable
@${RM} -r ${WRKSRC}/relocatable/doc ${PREFIX}/lib/${PORTNAME}
@@ -52,7 +49,7 @@ post-install:
${LN} -sf ../lib/${PORTNAME}/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f}
.endfor
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/lib/codger
- ${INSTALL_DATA} ${WRKSRC}/doc/yorick.info* \
+ ${INSTALL_DATA} ${WRKSRC}/distribs/yorick.info* \
${STAGEDIR}${PREFIX}/${INFO_PATH}
post-install-DOCS-on: