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-dvipdfm | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/ja-dvipdfm')
-rw-r--r-- | print/ja-dvipdfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-dvipdfm/Makefile b/print/ja-dvipdfm/Makefile index daabe47e15e..62f0f9de87d 100644 --- a/print/ja-dvipdfm/Makefile +++ b/print/ja-dvipdfm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:24:28 agc Exp $ DISTNAME= dvipdfm-0.13.2c PKGNAME= ja-${DISTNAME} PKGREVISION= 1 -WRKSRC= ${WRKDIR}/dvipdfm CATEGORIES= print converters MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/ @@ -19,6 +18,7 @@ CONFLICTS+= dvipdfm-[0-9]* CONFLICTS+= dvipdfmx-[0-9]* CONFLICTS+= teTeX-bin>=2.0 +WRKSRC= ${WRKDIR}/dvipdfm USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+=--datadir=${PREFIX}/share |