diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-01 09:59:09 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-01 09:59:09 +0000 |
commit | 4d81331af72768712e8ebc746830e945ffcb6190 (patch) | |
tree | e441267007e09f1597d164a4bd49bf75ff978cc6 /math/R-letter | |
parent | Oops, missed some more wrong libtool stuff... (diff) |
Whitespace changes and PLIST sorting.
Notes
Notes:
svn path=/head/; revision=33282
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 d5c8259f222e..88548e711021 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 |