From b35b18f7a0f2232c02930984c7517ef03d4b345c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Aug 2001 14:43:44 +0000 Subject: Fix PLIST on Solaris, and honor PAPERSIZE setting. From Peter L. Petersen in private mail. --- textproc/groff/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'textproc/groff/Makefile') diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index bc45b430dd1..4504d3bf5a6 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:08:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/16 14:43:44 wiz Exp $ # DISTNAME= groff-1.16.1 @@ -12,4 +12,12 @@ COMMENT= GNU roff text processing suite GNU_CONFIGURE= YES USE_PERL5= YES +PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS} + +.include "../../mk/bsd.prefs.mk" + +.ifdef ${PAPERSIZE} +CONFIGURE_ENV+= PAGE=${PAPERSIZE} +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3