diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-16 14:43:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-16 14:43:44 +0000 |
commit | b35b18f7a0f2232c02930984c7517ef03d4b345c (patch) | |
tree | eb65f2a26505de5e63e98df3d0aff8c325d0ae20 /textproc/groff/Makefile | |
parent | cc02c62c533a16dc8617384804043479d8752383 (diff) | |
download | pkgsrc-b35b18f7a0f2232c02930984c7517ef03d4b345c.tar.gz |
Fix PLIST on Solaris, and honor PAPERSIZE setting.
From Peter L. Petersen in private mail.
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
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" |