freebsd-ports/mail/firepay/files/patch-firemake_makefiletop
Pav Lucistnik 5984367937 Add firepay, an implementation of the HashCash/MIME
(application/postage-hashcash) specification.

PR:		ports/67373
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2004-05-30 12:06:26 +00:00

11 lines
346 B
Text

--- firemake/makefiletop.orig Sun May 30 10:08:57 2004
+++ firemake/makefiletop Sun May 30 10:09:09 2004
@@ -3,7 +3,7 @@
#require make
#phase makefile
dispn "Writing Makefile top entries..."
-if test "$MAKE_CONDSET" = "y"; then
+if test "$MAKE_CONDSET" = "never"; then
$ECHO "PREFIX ?= $FM_PREFIX"
if test "$FM_MANDIRSTRICT" = "y"; then