summaryrefslogtreecommitdiff
path: root/misc/firestring/files/patch-firemake::makefiletop
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-05-02 02:12:43 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-05-02 02:12:43 +0000
commit46b8055772002641410d24d71d3f01f07c64b436 (patch)
treebbd3131100b32b8610e439ddf07e37fd3839fe1f /misc/firestring/files/patch-firemake::makefiletop
parentCommit the distinfo that I have missed previous committed. (diff)
- update to 0.9.12
- unbreak: don't write in /usr/lib - use bzip2 - depend on gcc3 - update pkg-descr & WWW: tag PR: 65951 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=108129
Diffstat (limited to 'misc/firestring/files/patch-firemake::makefiletop')
-rw-r--r--misc/firestring/files/patch-firemake::makefiletop13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/firestring/files/patch-firemake::makefiletop b/misc/firestring/files/patch-firemake::makefiletop
new file mode 100644
index 000000000000..2d7b73a3d412
--- /dev/null
+++ b/misc/firestring/files/patch-firemake::makefiletop
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- firemake/makefiletop.orig Sat May 1 20:12:10 2004
++++ firemake/makefiletop Sat May 1 20:11:26 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