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 /editors/ved | |
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 'editors/ved')
-rw-r--r-- | editors/ved/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 4cbb077..886c975 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= ved -PORTVERSION= 1.5 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/ved/ +PORTNAME= ved +PORTVERSION= 1.5 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/ved/ -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@ukug.uk.freebsd.org -USE_GMAKE= yes +USE_GMAKE= yes -MAN1= ved.1 +MAN1= ved.1 post-patch: .for F in ved.h ved.1 |