diff options
author | skv <skv@FreeBSD.org> | 2006-01-20 18:45:28 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-01-20 18:45:28 +0800 |
commit | 4ce6af86ae98ee18ec78688b3515ffd3ba3c18ed (patch) | |
tree | 2086d95a62063c28851c2962238f6339308ea11d | |
parent | 982e84271eb19261d0d6b17e1bd57ca831055e2d (diff) | |
download | freebsd-ports-gnome-4ce6af86ae98ee18ec78688b3515ffd3ba3c18ed.tar.gz freebsd-ports-gnome-4ce6af86ae98ee18ec78688b3515ffd3ba3c18ed.tar.zst freebsd-ports-gnome-4ce6af86ae98ee18ec78688b3515ffd3ba3c18ed.zip |
* take maintainership [1]
* update "pre-everything"
Approved by: maintainer (garga) [1]
-rw-r--r-- | databases/firebird-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 1d7c34b4cfb6..96a58fcfe6cb 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= firebird PKGNAMESUFFIX= -devel DISTNAME= firebird2-20050726 -MAINTAINER= garga@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) USE_BZIP2= yes @@ -43,13 +43,8 @@ BROKEN= "Does not build on FreeBSD-4.x" .endif pre-everything:: - @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" - @${ECHO_MSG} "require NFS client locking support for the build to" - @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" - @${ECHO_MSG} "or greater." - @${ECHO_MSG} @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.0.x." + @${ECHO_MSG} "changed since version 1.5.x." @${ECHO_MSG} "Cancel this installation now and backup your databases" @${ECHO_MSG} "if you have not already done so." .if !defined(BATCH) |