summaryrefslogtreecommitdiff
path: root/print/tex-verbatimbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-verbatimbox/Makefile')
-rw-r--r--print/tex-verbatimbox/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/print/tex-verbatimbox/Makefile b/print/tex-verbatimbox/Makefile
index 317584d3120..13b3d27d089 100644
--- a/print/tex-verbatimbox/Makefile
+++ b/print/tex-verbatimbox/Makefile
@@ -1,24 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2014/10/01 19:59:24 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/26 21:45:14 markd Exp $
DISTNAME= verbatimbox
PKGNAME= tex-${DISTNAME}-3.13
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
-EXTRACT_SUFX= .zip
+PKGREVISION= 1
+TEXLIVE_REV= 33197
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Deposit verbatim text in a box
+LICENSE= lppl-1.3c
DEPENDS+= tex-readarray-[0-9]*:../../print/tex-readarray
-INSTALLATION_DIRS= share/texmf-dist/doc/latex/verbatimbox \
- share/texmf-dist/tex/latex/verbatimbox
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/verbatimbox/verbatimbox.pdf \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/verbatimbox
- ${INSTALL_DATA} ${WRKSRC}/verbatimbox/verbatimbox.sty \
- ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/verbatimbox
-
-.include "../../print/kpathsea/texmf.mk"
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"