From a7a5488a69e43649b3df75a424cfe81698d942dc Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 16 Feb 1998 23:06:40 +0000 Subject: Hard code "lpr" as print command so that the configure script doesn't select a local command called "lp". --- print/a2ps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print/a2ps') 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} -- cgit v1.2.3