diff options
author | ade <ade@FreeBSD.org> | 2004-04-19 01:37:12 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-04-19 01:37:12 +0000 |
commit | 88d7386b85a9dd34a16a07ac48953937233bb076 (patch) | |
tree | ed78bb89ecfa615dec92b5644684fe827fba5eae /databases/firebird-devel | |
parent | 331b2b5ecbcc6b8cd79fa047bcccde07cc07e8cf (diff) | |
download | FreeBSD-ports-88d7386b85a9dd34a16a07ac48953937233bb076.zip FreeBSD-ports-88d7386b85a9dd34a16a07ac48953937233bb076.tar.gz |
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/firebird-devel')
-rw-r--r-- | databases/firebird-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 3be3e6c..8a37a12 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: |