diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /math/pari | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 782f68f..34c13ef 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -10,17 +10,17 @@ PORTVERSION= 2.1.0 CATEGORIES= math MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ -MAINTAINER= yoshiaki@kt.rim.or.jp +MAINTAINER= yoshiaki@kt.rim.or.jp ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes -HAS_CONFIGURE = yes -CONFIGURE_SCRIPT = Configure -CONFIGURE_ARGS = --prefix=${PREFIX} +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure +CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE = Yes -MAKE_ARGS= gp +USE_GMAKE= yes +MAKE_ARGS= gp MAN1= gp.1 gphelp.1 MLINKS= gp.1 pari.1 |