diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-18 16:26:04 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-18 16:26:04 +0000 |
commit | f2ea5a66a8b0896658db058061d85cfbdc6ef35b (patch) | |
tree | f44ddcdf7547472701ad92ca4ba02d2496963a2a /misc/birthday/Makefile | |
parent | 81cd186919b2703c29ca66c09061acca72e60f4d (diff) | |
download | ports-f2ea5a66a8b0896658db058061d85cfbdc6ef35b.tar.gz ports-f2ea5a66a8b0896658db058061d85cfbdc6ef35b.zip |
Notes
Diffstat (limited to 'misc/birthday/Makefile')
-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> |