diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/tex-textpos | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/tex-textpos')
-rw-r--r-- | print/tex-textpos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile index dd67eb00a96..b81a4aaa71d 100644 --- a/print/tex-textpos/Makefile +++ b/print/tex-textpos/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:16:28 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:24:29 agc Exp $ # NAME= textpos DISTNAME= ${NAME} PKGNAME= tex-${NAME}-1.2b # PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${NAME} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/${NAME}/} @@ -13,6 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org # HOMEPAGE= COMMENT= Absolute positioning of text on the LaTeX page +WRKSRC= ${WRKDIR}/${NAME} DIST_SUBDIR= ${NAME} DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION |