summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/a2ps
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/a2ps')
-rw-r--r--print/a2ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index fc2d814fcd9..ffaf4c947a4 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2003/08/09 11:20:35 seb Exp $
+# $NetBSD: Makefile,v 1.46 2004/01/20 12:24:28 agc Exp $
DISTNAME= a2ps-4.13b
PKGNAME= a2ps-4.13.0.2
PKGREVISION= 3
-WRKSRC= ${WRKDIR}/a2ps-4.13
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \
ftp://ftp.enst.fr/pub/unix/a2ps/
@@ -15,6 +14,7 @@ COMMENT= Formats an ascii file for printing on a postscript printer
DEPENDS+= papersize>=1.0.2:../../print/papersize
DEPENDS+= psutils>=1.17:../../print/psutils
+WRKSRC= ${WRKDIR}/a2ps-4.13
STRIP= # empty
USE_PERL5= YES
USE_GMAKE= YES