diff options
Diffstat (limited to 'math/libtexprintf/Makefile')
-rw-r--r-- | math/libtexprintf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/libtexprintf/Makefile b/math/libtexprintf/Makefile index 4331ab23a00c..a7909d6c3b56 100644 --- a/math/libtexprintf/Makefile +++ b/math/libtexprintf/Makefile @@ -1,8 +1,8 @@ PORTNAME= libtexprintf -DISTVERSIONPREFIX= v DISTVERSION= 1.25 PORTREVISION= 1 CATEGORIES= math textproc +MASTER_SITES= https://github.com/bartp5/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Formatted math formula output with tex-like syntax @@ -11,14 +11,10 @@ WWW= https://github.com/bartp5/libtexprintf LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool +USES= gmake libtool USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= bartp5 - GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip |