diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
commit | fbc06e4df689468b9a53f8781af64bd1849abb24 (patch) | |
tree | 206df2e78a00cc72ceac4dccbb0f55b66d1f174c /misc/floatator | |
parent | 7fefa22f87c66ff96f8d14b1000729a8c01be87f (diff) |
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint
Notes
Notes:
svn path=/head/; revision=315240
Diffstat (limited to 'misc/floatator')
-rw-r--r-- | misc/floatator/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index b3a44d65dbad..d719585f5bb1 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: floatator -# Date created: Jun 1, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= floatator PORTVERSION= 0.2.1 @@ -13,7 +8,7 @@ CATEGORIES= misc MASTER_SITES= http://floatator.cichon.com/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive fluid dynamics simulation +COMMENT= Interactive fluid dynamics simulation WRKSRC= ${WRKDIR}/${PORTNAME} |