diff options
author | reg <reg@FreeBSD.org> | 2000-10-01 09:59:09 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-01 09:59:09 +0000 |
commit | 38d73e1499c811b8ed1c35cfa0218a10eb0eae10 (patch) | |
tree | b09087cc189d94961bb098e8ff6943ac9998760d /math/R-letter | |
parent | f6c433f2facb7247f490e586b1126c7b793047df (diff) | |
download | FreeBSD-ports-38d73e1499c811b8ed1c35cfa0218a10eb0eae10.zip FreeBSD-ports-38d73e1499c811b8ed1c35cfa0218a10eb0eae10.tar.gz |
Whitespace changes and PLIST sorting.
Diffstat (limited to 'math/R-letter')
-rw-r--r-- | math/R-letter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile index d5c8259..88548e7 100644 --- a/math/R-letter/Makefile +++ b/math/R-letter/Makefile @@ -26,8 +26,7 @@ MAINTAINER= maurice@serc.rmit.edu.au GNU_CONFIGURE= yes USE_XLIB= yes USE_PERL5= yes - -CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} +CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} PAPERSIZE?= letter .if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4 @@ -37,7 +36,7 @@ PAPERSIZE?= letter @${FALSE} .endif -ALL_TARGET=all help html +ALL_TARGET= all help html MAN1= R.1 |