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/birthday | |
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/birthday')
-rw-r--r-- | misc/birthday/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/birthday/Makefile b/misc/birthday/Makefile index ec2b54219146..4cd6386f42b3 100644 --- a/misc/birthday/Makefile +++ b/misc/birthday/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: birthday -# Date created: 21 May 2001 -# Whom: Niek Bergboer <niek@bergboer.net> -# +# Created by: Niek Bergboer <niek@bergboer.net> # $FreeBSD$ -# PORTNAME= birthday PORTVERSION= 1.5 @@ -11,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://users.zetnet.co.uk/mortia/source/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program that outputs reminders for upcoming events (e.g. birthdays) +COMMENT= Outputs reminders for upcoming events (e.g. birthdays) MAN1= birthday.1 MANCOMPRESSED= no |