openbsd-ports/mail/gotmail/patches/patch-Makefile
jasper 82956168c8 import gotmail 0.8.9
Gotmail is a perl script to download mail from hotmail.com without user
interaction. It is probably best run from a cron job.

submitted by Michael Erdely <mike at erdelynet.com> (MAINTAINER),
with tweaks by me.

ok simon@
2006-12-29 12:21:03 +00:00

15 lines
387 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2006/12/29 12:21:03 jasper Exp $
--- Makefile.orig Sat Jul 22 08:50:40 2006
+++ Makefile Fri Dec 29 11:27:47 2006
@@ -10,8 +10,8 @@
APPNAME = gotmail
INSTALLOPTS = -c
INSTALL = install $(INSTALLOPTS)
-MANCOMPRESS = .gz
-PREFIX = /usr
+MANCOMPRESS =
+PREFIX = !!PREFIX!!
EXEC_PREFIX = $(PREFIX)
BINDIR = $(EXEC_PREFIX)/bin
MANDIR = $(PREFIX)/man