diff options
-rw-r--r-- | print/a2ps-letter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index e3057f91ae9c..735a7564a450 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -3,13 +3,14 @@ # Date created: 15 July 1998 # Whom: Chuck Robey (chuckr@freebsd.org) # -# $Id: Makefile,v 1.24 1998/11/22 07:45:42 chuckr Exp $ +# $Id: Makefile,v 1.25 1999/03/20 02:56:04 chuckr Exp $ # DISTNAME= a2ps-4.12 PKGNAME= a2ps-${PAPERSIZE}-4.12 CATEGORIES= print -MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ +MASTER_SITES= http://www.freebsd.org/~chuckr/ \ + http://www-inf.enst.fr/~demaille/ftp/a2ps/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sheets.map.fixed MAINTAINER= chuckr@FreeBSD.org |