diff options
Diffstat (limited to 'print/lacheck/Makefile')
-rw-r--r-- | print/lacheck/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/print/lacheck/Makefile b/print/lacheck/Makefile index a3621f6117a..586f5356545 100644 --- a/print/lacheck/Makefile +++ b/print/lacheck/Makefile @@ -1,25 +1,17 @@ -# $NetBSD: Makefile,v 1.5 2018/05/13 12:39:23 markd Exp $ +# $NetBSD: Makefile,v 1.6 2019/05/09 09:47:35 adam Exp $ + +.include "../../print/texlive/Makefile.common" -DISTNAME= texlive-20180414-source PKGNAME= lacheck-1.28 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ -EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.tug.org/texlive/ COMMENT= LaTeX checker LICENSE= gnu-gpl-v2 -EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ - ${DISTNAME}/utils/lacheck +EXTRACT_ELEMENTS+= ${DISTNAME}/utils/lacheck -GNU_CONFIGURE= yes -USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/utils/lacheck -CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess -CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub - .include "../../mk/bsd.pkg.mk" |