diff options
author | minskim <minskim> | 2004-12-31 13:27:06 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-31 13:27:06 +0000 |
commit | d7094068d864f7bf1dbef0a7f624537ae36858a5 (patch) | |
tree | 97d4d6f5b84e02453c2799d84d65ba8bf9cb760e /print | |
parent | e7727b2404103afaa29694d798ed6c9e4d74999f (diff) | |
download | pkgsrc-d7094068d864f7bf1dbef0a7f624537ae36858a5.tar.gz |
Bump PKGREVISION because the previous versions built with bsd.pkg.mk 1.1552
may contain a wrong path to the perl executable.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 72153797a2a..64012722e8a 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2004/12/20 15:02:34 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2004/12/31 13:27:06 minskim Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \ ftp://ftp.enst.fr/pub/unix/a2ps/ |