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/apsfilter | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/apsfilter')
-rw-r--r-- | print/apsfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 5da93f542e2..bfadbbaeedf 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/10/08 10:07:37 taca Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:24:28 agc Exp $ # DISTNAME= apsfilter-7.2.5 -WRKSRC= ${WRKDIR}/apsfilter CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ @@ -18,6 +17,7 @@ DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm DEPENDS+= a2ps-[0-9]*:../../print/a2ps DEPENDS+= psutils-[0-9]*:../../print/psutils +WRKSRC= ${WRKDIR}/apsfilter HAS_CONFIGURE= YES USE_BZIP2= YES USE_PKGINSTALL= YES |