diff options
-rw-r--r-- | print/tex-textpos/Makefile | 20 | ||||
-rw-r--r-- | print/tex-textpos/distinfo | 14 |
2 files changed, 24 insertions, 10 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile index 8cbc11509e8..1390906a62b 100644 --- a/print/tex-textpos/Makefile +++ b/print/tex-textpos/Makefile @@ -1,27 +1,33 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/13 10:47:02 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/25 13:47:56 mjl Exp $ # -DISTNAME= textpos -PKGNAME= tex-${DISTNAME}-1.2b +NAME= textpos +DISTNAME= ${NAME} +PKGNAME= tex-${NAME}-1.2b # PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${NAME} CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/} +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/${NAME}/} MAINTAINER= packages@netbsd.org # HOMEPAGE= COMMENT= absolute positioning of text on the LaTeX page +DIST_SUBDIR= ${NAME} +DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION + DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin NO_CONFIGURE= yes NO_PATCH= yes NO_BUILD= yes +do-extract: + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/tex/latex/textpos - for f in LICENCE README VERSION textpos.dtx textpos.ins; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f \ + for f in ${DISTFILES}; do \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$f \ ${PREFIX}/share/texmf/tex/latex/textpos; \ done diff --git a/print/tex-textpos/distinfo b/print/tex-textpos/distinfo index b2a2ab312ef..0400714e3bb 100644 --- a/print/tex-textpos/distinfo +++ b/print/tex-textpos/distinfo @@ -1,4 +1,12 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/03/13 10:47:02 mjl Exp $ +$NetBSD: distinfo,v 1.2 2003/03/25 13:47:56 mjl Exp $ -SHA1 (textpos.tar.gz) = 72e321b03546b6c1bc4c06520364199c0b2fbde0 -Size (textpos.tar.gz) = 18625 bytes +SHA1 (textpos/textpos.ins) = e3406f1ec1fa70cb76ac49ede44a21ed5221efac +Size (textpos/textpos.ins) = 372 bytes +SHA1 (textpos/LICENCE) = 09fe847dc2c994295c1151c5a508bc74e119e059 +Size (textpos/LICENCE) = 14965 bytes +SHA1 (textpos/README) = f6a8c363bc76d047754e3e70c67d0ba831ba687d +Size (textpos/README) = 4902 bytes +SHA1 (textpos/textpos.dtx) = cf4a0834fed990b8a50b4ca91a3fd799650251a0 +Size (textpos/textpos.dtx) = 34531 bytes +SHA1 (textpos/VERSION) = 79d9e2c9b644339a615c2486b0889837e0475b10 +Size (textpos/VERSION) = 5 bytes |