diff options
author | kris <kris@FreeBSD.org> | 2004-01-30 18:00:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-01-30 18:00:45 +0800 |
commit | 2c55f32d494024847d58ec25e41a75be46f57dde (patch) | |
tree | 94c9b5da008c749339b40560d8628a4ec86af861 /misc | |
parent | c5e7f64b7c9238eda508b7ac4df2a10c3f4c19aa (diff) | |
download | freebsd-ports-gnome-2c55f32d494024847d58ec25e41a75be46f57dde.tar.gz freebsd-ports-gnome-2c55f32d494024847d58ec25e41a75be46f57dde.tar.zst freebsd-ports-gnome-2c55f32d494024847d58ec25e41a75be46f57dde.zip |
Add missing manpage
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index ff17b4596cfe..042e9f231775 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -17,11 +17,13 @@ PATCH_SITES= http://sourceforge.net/tracker/download.php?group_id=2973&atid PATCHFILES= add_auction_by_url_also.patch MAINTAINER= mph@FreeBSD.org -COMMENT= Bid monitor for eBay +COMMENT= Bid monitor for eBay USE_GNOME= gtk12 GNU_CONFIGURE= YES +MAN1= bidwatcher.1 + CFLAGS+= -UHAVE_GMTIME # The software includes a "fudge factor" for the snipe timer; by default |