diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /shells/tcsh | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) | |
download | freebsd-ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 9f608ac5d957..b686698f6798 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -6,24 +6,24 @@ # PORTNAME= tcsh -PORTVERSION= 6.09.00 +PORTVERSION= 6.09.00 CATEGORIES= shells -MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ +MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ DISTNAME= tcsh-6.09 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500001 -FORBIDDEN= "tcsh is already in the base system" +FORBIDDEN= "tcsh is already in the base system" .endif Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PKGNAME} -ALL_TARGET= all catalogs -INSTALL_TARGET= install install.man +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} +ALL_TARGET= all catalogs +INSTALL_TARGET= install install.man MAN1= tcsh.1 post-install: |