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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/ja-jsclasses | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/ja-jsclasses')
-rw-r--r-- | print/ja-jsclasses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-jsclasses/Makefile b/print/ja-jsclasses/Makefile index 99ea261309a..6983e851a42 100644 --- a/print/ja-jsclasses/Makefile +++ b/print/ja-jsclasses/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/08/30 22:51:30 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:24:29 agc Exp $ DISTNAME= jsclasses-030624 PKGNAME= ja-${DISTNAME} -WRKSRC= ${WRKDIR}/jsclasses CATEGORIES= print japanese MASTER_SITES= http://www.matsusaka-u.ac.jp/~okumura/jsclasses/ EXTRACT_SUFX= .zip @@ -13,6 +12,7 @@ COMMENT= New document class files for pLaTeX DEPENDS+= ja-ptex-bin>=2.1.3:../../print/ja-ptex-bin +WRKSRC= ${WRKDIR}/jsclasses USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL |