diff options
author | chuckr <chuckr@FreeBSD.org> | 1998-07-16 04:48:58 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1998-07-16 04:48:58 +0000 |
commit | 06ccfbc1d420577901dfb4006439b4fde3ae4e6d (patch) | |
tree | cb61d1adb8c237d41c32ce9d34cea7a90c69a73e /print/a2ps-letter/Makefile | |
parent | 3e67094168c994cf58bfc8f00554fac952bd34e5 (diff) | |
download | FreeBSD-ports-06ccfbc1d420577901dfb4006439b4fde3ae4e6d.zip FreeBSD-ports-06ccfbc1d420577901dfb4006439b4fde3ae4e6d.tar.gz |
Update to version 4.10.3, because old distfiles is defunct, and there
are a few added features and newly supported languages for the
pretty printing feature. Also 'cause John Polstra reminded me.
Diffstat (limited to 'print/a2ps-letter/Makefile')
-rw-r--r-- | print/a2ps-letter/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 6487aa6..181fd53 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: a2ps -# Version required: 4.10.2 -# Date created: 17 May 1998 +# Version required: 4.10.3 +# Date created: 15 July 1998 # Whom: Chuck Robey (chuckr@freebsd.org) # -# $Id: Makefile,v 1.15 1998/04/19 03:39:04 itojun Exp $ +# $Id: Makefile,v 1.16 1998/05/18 02:32:16 chuckr Exp $ # -DISTNAME= a2ps-4.10.2 -PKGNAME= a2ps-${PAPERSIZE}-4.10.2 +DISTNAME= a2ps-4.10.3 +PKGNAME= a2ps-${PAPERSIZE}-4.10.3 CATEGORIES= print MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ @@ -15,7 +15,7 @@ MAINTAINER= chuckr@FreeBSD.org MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 GNU_CONFIGURE= yes -MAN1= a2ps.1 ogonkify.1 +MAN1= a2ps.1 ogonkify.1 card.1 psmandup.1 fixps.1 pdiff.1 PAPERSIZE?= Letter STRIP= |