From 88d7386b85a9dd34a16a07ac48953937233bb076 Mon Sep 17 00:00:00 2001 From: ade Date: Mon, 19 Apr 2004 01:37:12 +0000 Subject: 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 --- databases/firebird2-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/firebird2-server') 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: -- cgit