diff options
author | wiz <wiz> | 2002-03-07 12:00:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-07 12:00:29 +0000 |
commit | 3ea1515e38ee9830ab88243d7fae7504f159aabc (patch) | |
tree | 8a6801c72d81ca045983e3e695635130c4001a02 /print/a2ps | |
parent | 3d2b64e6068480b1eb0a3caacd0c009cc265e298 (diff) | |
download | pkgsrc-3ea1515e38ee9830ab88243d7fae7504f159aabc.tar.gz |
File now also carried by GNU mirrors.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 5e4e961fde9..c14a83d55c9 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.34 2002/02/18 15:14:37 seb Exp $ +# $NetBSD: Makefile,v 1.35 2002/03/07 12:00:29 wiz Exp $ # DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 WRKSRC= ${WRKDIR}/a2ps-4.13 CATEGORIES= print -MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ +MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \ + ftp://ftp.enst.fr/pub/unix/a2ps/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ |