diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-21 14:56:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-21 14:56:44 +0000 |
commit | c33533b8bb75fb98e33a66289ae6f88537388699 (patch) | |
tree | 37ffb697d418af32700b549d97260190b8d4ed35 /textproc/groff | |
parent | 42cc7539d3bedd569367665177fd23d12469c162 (diff) | |
download | pkgsrc-c33533b8bb75fb98e33a66289ae6f88537388699.tar.gz |
.ifdef wants the variable name without ${}.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 4504d3bf5a6..b15259dba2a 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/16 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/21 14:56:44 wiz Exp $ # DISTNAME= groff-1.16.1 @@ -16,7 +16,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS} .include "../../mk/bsd.prefs.mk" -.ifdef ${PAPERSIZE} +.ifdef PAPERSIZE CONFIGURE_ENV+= PAGE=${PAPERSIZE} .endif |