diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/firepay/files/patch-firemake_makefiletop | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/firepay/files/patch-firemake_makefiletop')
-rw-r--r-- | mail/firepay/files/patch-firemake_makefiletop | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/firepay/files/patch-firemake_makefiletop b/mail/firepay/files/patch-firemake_makefiletop deleted file mode 100644 index 0a22096bc429..000000000000 --- a/mail/firepay/files/patch-firemake_makefiletop +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |