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 /shells/pash | |
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 'shells/pash')
-rw-r--r-- | shells/pash/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shells/pash/Makefile b/shells/pash/Makefile index 207964d..2945497 100644 --- a/shells/pash/Makefile +++ b/shells/pash/Makefile @@ -5,17 +5,17 @@ # $FreeBSD$ # -PORTNAME= pash -PORTVERSION= 2.2 -CATEGORIES= shells -MASTER_SITES= http://www.chez-pierre.com/pash/Archives/ -DISTNAME= pash.sources +PORTNAME= pash +PORTVERSION= 2.2 +CATEGORIES= shells +MASTER_SITES= http://www.chez-pierre.com/pash/Archives/ +DISTNAME= pash.sources -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@ukug.uk.freebsd.org -NO_WRKSUBDIR= yes +NO_WRKSUBDIR= yes -MAKEFILE= makefile +MAKEFILE= makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pash ${PREFIX}/bin/pash |