diff options
author | tron <tron@pkgsrc.org> | 1998-02-16 23:06:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-16 23:06:40 +0000 |
commit | a7a5488a69e43649b3df75a424cfe81698d942dc (patch) | |
tree | 830ccafb0e82f81b7ef41b156c84bee3c0a24d58 /print | |
parent | 68a4c0bbd8d9682368cdc6833f5bb1bc0eb4b972 (diff) | |
download | pkgsrc-a7a5488a69e43649b3df75a424cfe81698d942dc.tar.gz |
Hard code "lpr" as print command so that the configure script doesn't
select a local command called "lp".
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index e58b41e4e5d..82e486d124f 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Chuck Robey (chuckr@freebsd.org) # -# $NetBSD: Makefile,v 1.2 1998/02/16 17:43:24 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/16 23:06:40 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -20,6 +20,7 @@ MAN1= a2ps.1 ogonkify.1 PAPER_SIZE?= STRIP= CONFIGURE_ARGS+= --with-medium=${PAPER_SIZE} +CONFIGURE_ENV+= LPR=lpr ALL_TARGET= all PAPERSIZE=${PAPER_SIZE} |