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/calctool | |
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/calctool')
-rw-r--r-- | math/calctool/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 501091c..efbafc5 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= calctool +PORTNAME= calctool PORTVERSION= 2.4.13 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTNAME= calctool-2.4pl13 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= calctool-2.4pl13 MASTER_SITE_SUBDIR= nsayer -MAINTAINER= nsayer@freebsd.org +MAINTAINER= nsayer@freebsd.org -USE_X_PREFIX= yes +USE_X_PREFIX= yes MAN1= calctool.1 .include <bsd.port.mk> |