diff options
author | bf <bf@FreeBSD.org> | 2011-05-05 17:01:08 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-05-05 17:01:08 +0800 |
commit | bc2b9c023acd7e6253d511e152ef1674875c5f05 (patch) | |
tree | 58e85e5e2011d46951608e817a9f53f22c26f085 /math/libRmath | |
parent | 6ecf8d821c1bbc00dd1a73b3f1a97a9e373dcfac (diff) | |
download | freebsd-ports-gnome-bc2b9c023acd7e6253d511e152ef1674875c5f05.tar.gz freebsd-ports-gnome-bc2b9c023acd7e6253d511e152ef1674875c5f05.tar.zst freebsd-ports-gnome-bc2b9c023acd7e6253d511e152ef1674875c5f05.zip |
Clean up in preparation for update,
no functional change:
- indent more uniformly
- simplify slave port conditionals
- sort variables, pkg-plist
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 96ffe6f2fef7..992f27bb36f6 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -6,6 +6,10 @@ # $FreeBSD$ # +PORTNAME= libRmath + +COMMENT= The standalone math library from R + DESCR= ${.CURDIR}/pkg-descr LIBRMATH_SLAVEPORT= yes MASTERDIR= ${.CURDIR}/../R |