diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-04-19 01:37:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-04-19 01:37:12 +0000 |
commit | 08b6cdcb5e94e06df62cf2c3f94a9b56243cb722 (patch) | |
tree | 3f774b691c85dca8c9c9c6d0e1e5a8a04163f16f /databases | |
parent | As detected by fenner's survey, the OGI FTP site is not working properly. (diff) |
Introduce bsd.autotools.mk to the world, ripped from bsd.port.mk
This is essentially a null-commit, with the one exception that
the "patch-libtool" target is now called "patch-autotools" for
consistency with "run-autotools".
Many thanks to kris for testing on the 4-exp bento cluster
Approved by: portmgr (kris)
Verified by: bento 4-exp
Notes
Notes:
svn path=/head/; revision=107506
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird-client/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird-server/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird2-server/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index 30675462d2be..ca52ed5ef5e7 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -53,7 +53,7 @@ pre-everything:: @sleep 10 .endif -patch-libtool: +patch-autotools: @${DO_NADA} run-autotools: diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 3be3e6c295c6..8a37a1250a7e 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -52,7 +52,7 @@ pre-everything:: @sleep 10 .endif -patch-libtool: +patch-autotools: @${DO_NADA} do-configure: diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 30675462d2be..ca52ed5ef5e7 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -53,7 +53,7 @@ pre-everything:: @sleep 10 .endif -patch-libtool: +patch-autotools: @${DO_NADA} run-autotools: diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index 30675462d2be..ca52ed5ef5e7 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/Makefile @@ -53,7 +53,7 @@ pre-everything:: @sleep 10 .endif -patch-libtool: +patch-autotools: @${DO_NADA} run-autotools: diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 30675462d2be..ca52ed5ef5e7 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -53,7 +53,7 @@ pre-everything:: @sleep 10 .endif -patch-libtool: +patch-autotools: @${DO_NADA} run-autotools: diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 30675462d2be..ca52ed5ef5e7 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -53,7 +53,7 @@ pre-everything:: @sleep 10 .endif -patch-libtool: +patch-autotools: @${DO_NADA} run-autotools: |