diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-19 00:26:04 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-19 00:26:04 +0800 |
commit | b73eac4377a8a171663712b3539ea517f0fb30c2 (patch) | |
tree | fe6538e3cec6cd759cfa20ebf4018c4a907faae2 /misc | |
parent | 1bf8b14815c3524450ba573da45b53efd8d7a459 (diff) | |
download | freebsd-ports-gnome-b73eac4377a8a171663712b3539ea517f0fb30c2.tar.gz freebsd-ports-gnome-b73eac4377a8a171663712b3539ea517f0fb30c2.tar.zst freebsd-ports-gnome-b73eac4377a8a171663712b3539ea517f0fb30c2.zip |
Use tabs, not spaces.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/birthday/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/birthday/Makefile b/misc/birthday/Makefile index c319af6e861a..5a05e65af3bc 100644 --- a/misc/birthday/Makefile +++ b/misc/birthday/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= birthday -PORTVERSION= 1.5 -CATEGORIES= misc -MASTER_SITES= http://users.zetnet.co.uk/mortia/source/ +PORTNAME= birthday +PORTVERSION= 1.5 +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) -MAN1= birthday.1 -MANCOMPRESSED= no +MAN1= birthday.1 +MANCOMPRESSED= no PLIST_FILES= bin/birthday .include <bsd.port.mk> |