diff options
author | ade <ade@FreeBSD.org> | 2004-04-19 09:37:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-04-19 09:37:12 +0800 |
commit | 88d7386b85a9dd34a16a07ac48953937233bb076 (patch) | |
tree | ed78bb89ecfa615dec92b5644684fe827fba5eae /databases | |
parent | 331b2b5ecbcc6b8cd79fa047bcccde07cc07e8cf (diff) | |
download | freebsd-ports-gnome-88d7386b85a9dd34a16a07ac48953937233bb076.tar.gz freebsd-ports-gnome-88d7386b85a9dd34a16a07ac48953937233bb076.tar.zst freebsd-ports-gnome-88d7386b85a9dd34a16a07ac48953937233bb076.zip |
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
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: |