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/firebird20-server | |
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/firebird20-server')
-rw-r--r-- | databases/firebird20-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |