mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5984367937
(application/postage-hashcash) specification. PR: ports/67373 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
--- 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
|